fomext commited on
Commit
502926c
·
verified ·
1 Parent(s): 085004d

Update Dockerfile

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