Skip to content

Commit df49a54

Browse files
fixed Dockerfile for heroku
1 parent 75e4f3e commit df49a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ COPY src src
1313
EXPOSE 8050
1414

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

0 commit comments

Comments
 (0)