Spaces:
Runtime error
Runtime error
Commit ·
d6aa7c6
1
Parent(s): 5e136e5
new push
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -37,4 +37,4 @@ COPY --chown=user ./models $HOME/app/models/
|
|
| 37 |
ENV PORT=7860
|
| 38 |
|
| 39 |
# Commande pour démarrer l'application
|
| 40 |
-
CMD uvicorn app:app --host 0.0.0.0 --port
|
|
|
|
| 37 |
ENV PORT=7860
|
| 38 |
|
| 39 |
# Commande pour démarrer l'application
|
| 40 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--proxy-headers"]
|