mugiwarafx commited on
Commit ·
e5d1547
1
Parent(s): acde423
map files
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -15,5 +15,5 @@ COPY --chown=user . /app
|
|
| 15 |
# Expose the required port
|
| 16 |
EXPOSE 7860
|
| 17 |
|
| 18 |
-
# Run the FastAPI application
|
| 19 |
-
CMD ["uvicorn", "
|
|
|
|
| 15 |
# Expose the required port
|
| 16 |
EXPOSE 7860
|
| 17 |
|
| 18 |
+
# Run the FastAPI application
|
| 19 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--log-level", "debug"]
|