This commit is contained in:
JonatanRek
2024-10-05 21:54:33 +02:00
parent 588581f8b7
commit e3b32d8e2a
+1 -1
View File
@@ -17,4 +17,4 @@ COPY . /app
RUN pip install --no-cache-dir -r /app/requirements.txt RUN pip install --no-cache-dir -r /app/requirements.txt
# Start Anonimization # Start Anonimization
CMD ["python", "/app/app.py"] CMD ["python3", "/app/app.py"]