Automated commit

This commit is contained in:
gitea_admin 2026-06-11 11:04:36 +00:00
parent ec575fb3ff
commit 161677e43b
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ RUN pip install --no-cache-dir /tmp/druppie-sdk/
COPY app/ ./app/ COPY app/ ./app/
COPY --from=frontend /build/dist ./static/ COPY --from=frontend /build/dist ./static/
EXPOSE 8000 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()"]