BSJ2004 commited on
Commit
19bd5bd
·
verified ·
1 Parent(s): 294ca75

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,6 +30,6 @@ streamlit run app_spaces.py --server.port 7860 --server.enableCORS false --serve
30
  RUN chmod +x /app/entrypoint.sh
31
 
32
  # Expose port 7860 for Hugging Face Spaces
33
- EXPOSE 7860
34
 
35
  ENTRYPOINT ["/app/entrypoint.sh"]
 
30
  RUN chmod +x /app/entrypoint.sh
31
 
32
  # Expose port 7860 for Hugging Face Spaces
33
+ EXPOSE 8501
34
 
35
  ENTRYPOINT ["/app/entrypoint.sh"]