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"]