Update Dockerfile

This commit is contained in:
Alex
2025-04-24 18:54:58 +03:00
committed by GitHub
parent 06982efda5
commit 76fd6e15cc

View File

@@ -84,4 +84,4 @@ EXPOSE 7091
USER appuser
# Start Gunicorn
CMD ["gunicorn", "-w", "2", "--timeout", "120", "--bind", "0.0.0.0:7091", "application.wsgi:app"]
CMD ["gunicorn", "-w", "1", "--timeout", "120", "--bind", "0.0.0.0:7091", "--preload", "application.wsgi:app"]