Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -95,7 +95,7 @@ ENTRYPOINT ["/usr/bin/tini", "--"]
|
|
| 95 |
# --no-access-log keeps logs clean; structured request logging is done in app.
|
| 96 |
CMD ["python", "-m", "uvicorn", "main:app", \
|
| 97 |
"--host", "0.0.0.0", \
|
| 98 |
-
"--port", "
|
| 99 |
"--workers", "1", \
|
| 100 |
"--log-level", "info", \
|
| 101 |
"--no-access-log"]
|
|
|
|
| 95 |
# --no-access-log keeps logs clean; structured request logging is done in app.
|
| 96 |
CMD ["python", "-m", "uvicorn", "main:app", \
|
| 97 |
"--host", "0.0.0.0", \
|
| 98 |
+
"--port", "7860", \
|
| 99 |
"--workers", "1", \
|
| 100 |
"--log-level", "info", \
|
| 101 |
"--no-access-log"]
|