gdleds commited on
Commit
2037c19
·
1 Parent(s): 213dd5f

modif_nom_du_fichier_py

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,5 +3,5 @@ FROM continuumio/miniconda3
3
  WORKDIR /home/app
4
  RUN pip install pandas numpy streamlit
5
  COPY . /home/app
6
- CMD streamlit run app.py --server.port $PORT
7
 
 
3
  WORKDIR /home/app
4
  RUN pip install pandas numpy streamlit
5
  COPY . /home/app
6
+ CMD streamlit run GTA_streamlit.py --server.port $PORT
7