Djohell commited on
Commit
1cc4b1a
·
verified ·
1 Parent(s): 3b4f07c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ COPY . .
17
  EXPOSE 8501
18
 
19
  # Lancer l'application Streamlit
20
- CMD ["streamlit", "run", "app2.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
17
  EXPOSE 8501
18
 
19
  # Lancer l'application Streamlit
20
+ CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]