From fc36d5e38681fde9c9550410dae94efb99292279 Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:06:13 +0200 Subject: [PATCH] modified: Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4b28122..4e4c02c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]