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 472ca6c commit 2f8a7ccCopy full SHA for 2f8a7cc
Dockerfile.tpl
@@ -11,4 +11,4 @@ COPY ./app /code/app
11
12
USER 1000
13
14
-CMD ["gunicorn", "--conf", "app/gunicorn.conf.py", "--bind", "0.0.0.0:80", "wsgi:app"]
+CMD ["gunicorn", "--conf", "app/gunicorn.conf.py", "--bind", "0.0.0.0:8000", "wsgi:app"]
0 commit comments