From e3b32d8e2a61c0641c7d21c85ceadcfaeb03a40e Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Sat, 5 Oct 2024 21:54:33 +0200 Subject: [PATCH] Fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b698383..e1f2287 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ COPY . /app RUN pip install --no-cache-dir -r /app/requirements.txt # Start Anonimization -CMD ["python", "/app/app.py"] +CMD ["python3", "/app/app.py"]