modified: Dockerfile

This commit is contained in:
SimolZimol
2026-08-07 21:06:13 +02:00
parent c142198241
commit fc36d5e386

View File

@@ -28,5 +28,7 @@ ENV DAILY_RESET_UTC=$DAILY_RESET_UTC
RUN useradd --create-home appuser && chown -R appuser:appuser /app
USER appuser
EXPOSE 8000
# Startbefehl (Production: Gunicorn)
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "2", "--timeout", "120", "wsgi:app"]