Spaces:
Runtime error
Runtime error
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,4 +7,4 @@ RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
|
|
| 7 |
|
| 8 |
EXPOSE 7860
|
| 9 |
|
| 10 |
-
CMD ["uvicorn", "
|
|
|
|
| 7 |
|
| 8 |
EXPOSE 7860
|
| 9 |
|
| 10 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
|