Soumik Bose commited on
Commit
608b1fc
·
1 Parent(s): d9ba4a9

Initial commit

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -50,7 +50,7 @@ EXPOSE $PORT
50
  # The curl command will now work because the package is installed
51
  CMD bash -c "\
52
  while true; do \
53
- curl -s https://xce009-ocr-api.hf.space/api/v1/ping >/dev/null; \
54
  sleep 300; \
55
  done & \
56
  uvicorn main:app --host 0.0.0.0 --port ${PORT} --workers 4"
 
50
  # The curl command will now work because the package is installed
51
  CMD bash -c "\
52
  while true; do \
53
+ curl -s https://xce009-ocr-api.hf.space >/dev/null; \
54
  sleep 300; \
55
  done & \
56
  uvicorn main:app --host 0.0.0.0 --port ${PORT} --workers 4"