This commit is contained in:
JonatanRek
2024-10-05 22:10:38 +02:00
parent 87e5768da4
commit 410c485541
+1 -1
View File
@@ -17,6 +17,6 @@ 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 ["python", "-u","/app/app.py"]
WORKDIR /app WORKDIR /app