Bikyla commited on
Commit
0a01787
·
verified ·
1 Parent(s): b791284

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -17,4 +17,6 @@ COPY df.csv .
17
 
18
  COPY main.py .
19
 
20
- CMD ["streamlit","run","main.py"]
 
 
 
17
 
18
  COPY main.py .
19
 
20
+ EXPOSE 8501
21
+
22
+ CMD ["streamlit","run","main.py","--server.port=8501","server.adress=0.0.0.0"]