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 d3184b9 commit 0b92a28Copy full SHA for 0b92a28
Dockerfile
@@ -10,4 +10,4 @@ COPY . .
10
11
EXPOSE 50505
12
13
-ENTRYPOINT ["gunicorn", "app:app"]
+ENTRYPOINT ["gunicorn", "--bind", "0.0.0.0:8000", "app:app"]
0 commit comments