shubhamgs commited on
Commit
295e974
·
verified ·
1 Parent(s): 543dcb4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ RUN pip install --no-cache-dir \
20
  EXPOSE 8501
21
 
22
  # Command to run the app
23
- CMD streamlit run news_tts_app.py --server.port 8501 --server.address 0.0.0.0
 
20
  EXPOSE 8501
21
 
22
  # Command to run the app
23
+ CMD streamlit run app.py --server.port 8501 --server.address 0.0.0.0