Update Dockerfile
Browse files- 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
|
| 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"]
|