PyxiLabs commited on
Commit
ac7c7fe
·
verified ·
1 Parent(s): 5a108e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "8000", \
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"]