This commit is contained in:
+1
-1
@@ -35,4 +35,4 @@ USER app
|
||||
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["/app/scripts/entrypoint.sh"]
|
||||
CMD ["gunicorn", "config.wsgi:application", "--bind", "0.0.0.0:8080", "--workers", "2", "--threads", "4", "--timeout", "90"]
|
||||
CMD ["gunicorn", "config.wsgi:application", "--bind", "0.0.0.0:8080", "--workers", "2", "--threads", "4", "--timeout", "90", "--no-control-socket"]
|
||||
|
||||
Reference in New Issue
Block a user