Skip to content

Commit 5895f53

Browse files
put 8000 in dockerfile
1 parent 83463cb commit 5895f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.dash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN pip install -q -r requirements.txt
1010

1111
COPY src src
1212

13-
EXPOSE 8050
13+
# EXPOSE 8050
1414

1515
# CMD ["streamlit", "run", "src/app.py"]
16-
CMD gunicorn src.dash_app:server --bind 0.0.0.0:8050
16+
CMD gunicorn src.dash_app:server --bind 0.0.0.0:$PORT
1717
#CMD ["sh"]

0 commit comments

Comments
 (0)