Spaces:
Runtime error
Runtime error
HashamUllah
commited on
Commit
•
3f24f8b
1
Parent(s):
84f82cc
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ COPY . .
|
|
22 |
EXPOSE 8000
|
23 |
|
24 |
# Command to run the FastAPI app with uvicorn
|
25 |
-
CMD ["uvicorn", "app:app", "--host", "
|
|
|
22 |
EXPOSE 8000
|
23 |
|
24 |
# Command to run the FastAPI app with uvicorn
|
25 |
+
CMD ["uvicorn", "app:app", "--host", "127.0.0.1", "--port", "8000"]
|