diff --git a/Dockerfile b/Dockerfile index 4cb7fc1..32fe9cf 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", "potfile=cracked.potfile"] \ No newline at end of file