Spaces:
Sleeping
Sleeping
GitHub Actions
commited on
Commit
·
686beef
1
Parent(s):
f34a8d8
Sync API from main repo
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
14 |
EXPOSE 8000
|
15 |
|
16 |
# Run the FastAPI server with Uvicorn
|
17 |
-
CMD ["uvicorn", "
|
|
|
14 |
EXPOSE 8000
|
15 |
|
16 |
# Run the FastAPI server with Uvicorn
|
17 |
+
CMD ["uvicorn", "fast:app", "--host", "0.0.0.0", "--port", "8000"]
|