This commit is contained in:
JonatanRek
2024-10-05 22:21:48 +02:00
parent 5a5fc5e840
commit 75ad53082a
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ COPY . /app
RUN pip install --no-cache-dir -r /app/requirements.txt
# Start Anonimization
CMD ["python", "-u","/app/app.py"]
CMD ["python", "-u", "/app/app.py"]
WORKDIR /app