We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb1f12 commit 92fbaccCopy full SHA for 92fbacc
Dockerfile
@@ -22,4 +22,7 @@ ARG PORT=8080
22
ENV PORT=${PORT}
23
EXPOSE ${PORT}
24
25
+# --access-logfile - prints access log to stdout
26
+# --error-log - prints errors to stdout
27
+# --capture-output logging and print go to error log (stdout)
28
CMD ["sh", "-c", "gunicorn app:application --bind=0.0.0.0:${PORT} --access-logfile - --error-log - --capture-output --timeout=600"]
0 commit comments