Spaces:
Sleeping
Sleeping
User commited on
Commit ·
bcdea40
1
Parent(s): 089ab1c
changed requirements 2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 12 |
EXPOSE 7860
|
| 13 |
|
| 14 |
# Run your FastAPI app
|
| 15 |
-
CMD ["
|
|
|
|
| 12 |
EXPOSE 7860
|
| 13 |
|
| 14 |
# Run your FastAPI app
|
| 15 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|