We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8a7cc commit 998e7dcCopy full SHA for 998e7dc
‎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:8000", "wsgi:app"]
+CMD ["gunicorn", "--conf", "app/gunicorn.conf.py", "--bind", "0.0.0.0:8080", "wsgi:app"]
0 commit comments