Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -22,6 +22,7 @@ RUN chmod +x run.sh
|
|
| 22 |
|
| 23 |
# Exposer les deux ports (Hugging Face gère les redirections)
|
| 24 |
EXPOSE 7860
|
|
|
|
| 25 |
EXPOSE 8000
|
| 26 |
|
| 27 |
# Vérification de santé sur le port Streamlit principal (7860)
|
|
|
|
| 22 |
|
| 23 |
# Exposer les deux ports (Hugging Face gère les redirections)
|
| 24 |
EXPOSE 7860
|
| 25 |
+
EXPOSE 7861
|
| 26 |
EXPOSE 8000
|
| 27 |
|
| 28 |
# Vérification de santé sur le port Streamlit principal (7860)
|