We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e12e5 commit 225aeb0Copy full SHA for 225aeb0
Dockerfile
@@ -24,6 +24,6 @@ ENV FLASK_APP=wsgi:app
24
ENV PORT=8080
25
EXPOSE $PORT
26
27
-ENV GUNICORN_BIND 0.0.0.0:$PORT
+ENV GUNICORN_BIND=0.0.0.0:$PORT
28
ENTRYPOINT ["gunicorn"]
29
CMD ["--log-level=info", "wsgi:app"]
0 commit comments