praneeth300 commited on
Commit
6b52f4e
·
verified ·
1 Parent(s): ed6a269

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ WORKDIR $HOME/app
20
  COPY --chown=user . $HOME/app
21
 
22
  # Define the command to run the Streamlit app on port "8501" and make it accessible externally
23
- CMD ["streamlit", "run", "main.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
20
  COPY --chown=user . $HOME/app
21
 
22
  # Define the command to run the Streamlit app on port "8501" and make it accessible externally
23
+ CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]