Skip to content

Commit 0b92a28

Browse files
committed
build: changed binding for gunicorn
1 parent d3184b9 commit 0b92a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ COPY . .
1010

1111
EXPOSE 50505
1212

13-
ENTRYPOINT ["gunicorn", "app:app"]
13+
ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:8000", "app:app"]

0 commit comments

Comments
 (0)