Automated commit

This commit is contained in:
gitea_admin 2026-06-10 14:47:03 +00:00
parent 2e40de67f3
commit 5f946bb632
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 --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()"]