From fe2367dd5040bde33fae89d9533ccbd53d7eed6d Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Thu, 11 Jun 2026 10:33:17 +0000 Subject: [PATCH] Automated commit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0dddc02..b15949c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ RUN pip install --no-cache-dir /tmp/druppie-sdk/ COPY app/ ./app/ COPY --from=frontend /build/dist ./static/ EXPOSE 8000 -CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "2", "--timeout", "300", "--preload", "app:create_app()"] +CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "2", "--timeout", "300", "app:create_app()"]