Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -26,4 +26,4 @@ RUN mkdir -p /app/uploads && \
|
|
| 26 |
EXPOSE 8000
|
| 27 |
|
| 28 |
# Commande ABSOLUMENT critique - doit correspondre exactement
|
| 29 |
-
CMD ["uvicorn", "
|
|
|
|
| 26 |
EXPOSE 8000
|
| 27 |
|
| 28 |
# Commande ABSOLUMENT critique - doit correspondre exactement
|
| 29 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|