Skip to content

Commit 0f0d790

Browse files
restore streamlit's dockerfile to its original state
1 parent 7b5eb82 commit 0f0d790

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

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

1111
COPY . .
1212

13-
EXPOSE 8050
14-
1513
CMD ["streamlit", "run", "src/app.py"]
16-
#CMD gunicorn src.dash_app:server --bind 0.0.0.0:8050
17-
#CMD ["sh"]
14+

0 commit comments

Comments
 (0)