Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -73,4 +73,4 @@ EXPOSE 7860
|
|
| 73 |
# 4. RUNTIME EXECUTION
|
| 74 |
# =====================================================================
|
| 75 |
# 🔥 FIXED: Targeted directly to main:app since main.py sits at repository root level
|
| 76 |
-
CMD ["uvicorn", "
|
|
|
|
| 73 |
# 4. RUNTIME EXECUTION
|
| 74 |
# =====================================================================
|
| 75 |
# 🔥 FIXED: Targeted directly to main:app since main.py sits at repository root level
|
| 76 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|