fomext commited on
Commit
d3cc4db
·
verified ·
1 Parent(s): 2ba36a2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -50,4 +50,4 @@ EXPOSE 8000
50
  HEALTHCHECK --interval=30s --timeout=10s --start-period=120s --retries=3 \
51
  CMD wget -qO- http://localhost:8000/health || exit 1
52
 
53
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
50
  HEALTHCHECK --interval=30s --timeout=10s --start-period=120s --retries=3 \
51
  CMD wget -qO- http://localhost:8000/health || exit 1
52
 
53
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]