Divyansh Kushwaha
commited on
Commit
·
c28ff59
1
Parent(s):
f5dd236
Docker file fixed
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,4 +14,4 @@ COPY . .
|
|
14 |
EXPOSE 8000
|
15 |
|
16 |
# Command to run the FastAPI app
|
17 |
-
CMD ["uvicorn", "
|
|
|
14 |
EXPOSE 8000
|
15 |
|
16 |
# Command to run the FastAPI app
|
17 |
+
CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "8000"]
|