diff --git a/Dockerfile b/Dockerfile index f8ae887..85ef85e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,4 @@ COPY help_crack.py /app/help_crack.py WORKDIR /app # Define the default command to run the script -CMD ["python3", "help_crack.py", "-co --deprecated-check-disable"] \ No newline at end of file +CMD ["python3", "help_crack.py", "-co=--deprecated-check-disable"] \ No newline at end of file