abiyyufahri commited on
Commit
89b8ede
·
verified ·
1 Parent(s): 563f88c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -63,4 +63,4 @@ EXPOSE 7860
63
  HEALTHCHECK --interval=30s --timeout=30s --start-period=60s --retries=3 \
64
  CMD curl -f http://localhost:7860/health || exit 1
65
 
66
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--timeout-keep-alive", "120"]
 
63
  HEALTHCHECK --interval=30s --timeout=30s --start-period=60s --retries=3 \
64
  CMD curl -f http://localhost:7860/health || exit 1
65
 
66
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--timeout-keep-alive", "120"]