Daniela-C commited on
Commit
33bcc4c
·
verified ·
1 Parent(s): a4d719d

Rename Dockerfile to nyc_taxi_app.py

Browse files
Files changed (1) hide show
  1. Dockerfile → nyc_taxi_app.py +2 -1
Dockerfile → nyc_taxi_app.py RENAMED
@@ -12,4 +12,5 @@ ENV STREAMLIT_SERVER_PORT=7860
12
  ENV STREAMLIT_SERVER_ENABLECORS=false
13
  ENV STREAMLIT_SERVER_ADDRESS=0.0.0.0
14
 
15
- CMD ["streamlit", "run", "app.py"]
 
 
12
  ENV STREAMLIT_SERVER_ENABLECORS=false
13
  ENV STREAMLIT_SERVER_ADDRESS=0.0.0.0
14
 
15
+ CMD ["streamlit", "run", "nyc_taxi_app.py"]
16
+