Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,4 +30,4 @@ EXPOSE 8010
|
|
30 |
# Commande pour lancer l'application avec Uvicorn
|
31 |
# main:app signifie que l'application FastAPI est dans le fichier 'main.py' et s'appelle 'app'
|
32 |
# Le port correspond à celui exposé ci-dessus et dans ton main.py
|
33 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
30 |
# Commande pour lancer l'application avec Uvicorn
|
31 |
# main:app signifie que l'application FastAPI est dans le fichier 'main.py' et s'appelle 'app'
|
32 |
# Le port correspond à celui exposé ci-dessus et dans ton main.py
|
33 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|