This commit is contained in:
JonatanRek
2024-10-05 21:19:41 +02:00
parent 38d4617b28
commit fc60126730
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ COPY . /app
RUN pip install --no-cache-dir -r /app/requirements.txt
# Start Anonimization
CMD ["python", "app.py"]
CMD ["python", "/app/app.py"]