Spaces:
No application file
No application file
Muhammad Saad commited on
Commit ·
9c8f273
1
Parent(s): 37ccc7f
code
Browse files- DockerFile +1 -1
DockerFile
CHANGED
|
@@ -15,4 +15,4 @@ COPY . .
|
|
| 15 |
EXPOSE 7860
|
| 16 |
|
| 17 |
# Command to run FastAPI with uvicorn
|
| 18 |
-
CMD ["uvicorn", "
|
|
|
|
| 15 |
EXPOSE 7860
|
| 16 |
|
| 17 |
# Command to run FastAPI with uvicorn
|
| 18 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|