Commit ·
f703572
1
Parent(s): 83efad3
docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -26,4 +26,4 @@ COPY --chown=user . /app
|
|
| 26 |
EXPOSE 7860
|
| 27 |
|
| 28 |
# Command to run the application
|
| 29 |
-
CMD ["uvicorn", "app
|
|
|
|
| 26 |
EXPOSE 7860
|
| 27 |
|
| 28 |
# Command to run the application
|
| 29 |
+
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "4", "--log-level", "info"]
|