Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,4 +25,4 @@ COPY . /app
|
|
25 |
EXPOSE 8000
|
26 |
|
27 |
# Command to run the FastAPI application using Uvicorn
|
28 |
-
CMD ["uvicorn", "
|
|
|
25 |
EXPOSE 8000
|
26 |
|
27 |
# Command to run the FastAPI application using Uvicorn
|
28 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|