Skip to content

Commit 225aeb0

Browse files
committed
Fixed missing equal sign
1 parent 10e12e5 commit 225aeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ ENV FLASK_APP=wsgi:app
2424
ENV PORT=8080
2525
EXPOSE $PORT
2626

27-
ENV GUNICORN_BIND 0.0.0.0:$PORT
27+
ENV GUNICORN_BIND=0.0.0.0:$PORT
2828
ENTRYPOINT ["gunicorn"]
2929
CMD ["--log-level=info", "wsgi:app"]

0 commit comments

Comments
 (0)