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