From 3ffdef8ced93b7ae80b089481e1ce6cccf1ae800 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Sat, 5 Oct 2024 22:06:05 +0200 Subject: [PATCH] Fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 646616a..83d198d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,6 @@ COPY . /app RUN pip install --no-cache-dir -r /app/requirements.txt # Start Anonimization -CMD ["python3", "/app/app.py"] +CMD ["python", "/app/app.py"] WORKDIR /app \ No newline at end of file