From acc9997e0f34d83a8bed19a8cbc171ec9020e5d7 Mon Sep 17 00:00:00 2001 From: Jannic Date: Thu, 9 May 2024 00:42:40 +0200 Subject: [PATCH] typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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