tx1538 commited on
Commit
e4703fd
·
verified ·
1 Parent(s): 9ba3822

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "80", "--access-log"]
 
52
 
53
  EXPOSE 7860
54
 
55
+ CMD ["uv", "run", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--access-log"]