Skip to content

Commit 998e7dc

Browse files
committed
🔄 Synced file(s) with devstream-io/devstream
1 parent 2f8a7cc commit 998e7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Dockerfile.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ COPY ./app /code/app
1111

1212
USER 1000
1313

14-
CMD ["gunicorn", "--conf", "app/gunicorn.conf.py", "--bind", "0.0.0.0:8000", "wsgi:app"]
14+
CMD ["gunicorn", "--conf", "app/gunicorn.conf.py", "--bind", "0.0.0.0:8080", "wsgi:app"]

0 commit comments

Comments
 (0)