diff --git a/Dockerfile b/Dockerfile index 32fe9cf..0144c36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,4 @@ RUN mkdir -p /app/data WORKDIR /app/data # Run the script with relative paths -CMD ["python3", "../help_crack.py", "-co=--deprecated-check-disable", "potfile=cracked.potfile"] \ No newline at end of file +CMD ["python3", "../help_crack.py", "-co=--deprecated-check-disable", "[-pot cracked.potfile"] \ No newline at end of file