Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -52,4 +52,4 @@ COPY --from=web-build /app/web/out ./web_dist
|
|
| 52 |
|
| 53 |
EXPOSE 7860
|
| 54 |
|
| 55 |
-
CMD ["uv", "run", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "
|
|
|
|
| 52 |
|
| 53 |
EXPOSE 7860
|
| 54 |
|
| 55 |
+
CMD ["uv", "run", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--access-log"]
|