add more tweaks for stability for more users at the same time working in it
All checks were successful
Build & Push / Build & Push image (push) Successful in 31s
All checks were successful
Build & Push / Build & Push image (push) Successful in 31s
This commit is contained in:
@@ -28,4 +28,4 @@ USER appuser
|
||||
EXPOSE 5000
|
||||
|
||||
ENTRYPOINT ["/app/entrypoint.sh"]
|
||||
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "--workers", "4", "--timeout", "120", "app:app"]
|
||||
CMD ["gunicorn", "--config", "/app/gunicorn.conf.py", "app:app"]
|
||||
|
||||
Reference in New Issue
Block a user