justin4602 commited on
Commit
e157743
·
verified ·
1 Parent(s): 2d725bb

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ COPY --chown=user . /home/user/app
31
  EXPOSE 8501
32
 
33
  # Run the Streamlit app
34
- CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
31
  EXPOSE 8501
32
 
33
  # Run the Streamlit app
34
+ CMD ["streamlit", "run", "Groq_app.py", "--server.port=8501", "--server.address=0.0.0.0"]