DeepVen commited on
Commit
aab9ac0
1 Parent(s): 0455bc7

Upload 2 files

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ EXPOSE 6060
28
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
29
  COPY --chown=user . $HOME/app
30
 
31
- CMD ["streamlit", "run", "streamlit.py", "--server.port", "7860"]
 
28
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
29
  COPY --chown=user . $HOME/app
30
 
31
+ CMD ["streamlit", "run", "streamapp.py", "--server.port", "7860"]