JumaRubea commited on
Commit
1258b31
·
verified ·
1 Parent(s): 097199d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -30,7 +30,7 @@ RUN chown -R user:user /app /tmp
30
  USER user
31
 
32
  # Expose the port Streamlit runs on
33
- EXPOSE 7860
34
 
35
  # Command to run the Streamlit application
36
- CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
30
  USER user
31
 
32
  # Expose the port Streamlit runs on
33
+ EXPOSE 8501
34
 
35
  # Command to run the Streamlit application
36
+ ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]