generated from bisco/codex-bootstrap
fix: suppress application healthcheck logs
This commit is contained in:
+1
-1
@@ -21,4 +21,4 @@ USER django
|
||||
|
||||
EXPOSE 8000
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
CMD ["gunicorn", "config.wsgi:application", "--bind", "0.0.0.0:8000", "--workers", "2", "--access-logfile", "-"]
|
||||
CMD ["gunicorn", "config.wsgi:application", "--bind", "0.0.0.0:8000", "--workers", "2", "--log-level", "warning"]
|
||||
|
||||
Reference in New Issue
Block a user