update the dockerFile
Some checks failed
Backend EC - Modal Deployment / notify-deploy (push) Has been cancelled
Backend EC - Modal Deployment / build-and-push (push) Has been cancelled

This commit is contained in:
DatTT127
2026-07-18 22:23:18 +07:00
parent 6e9cfebf84
commit 8a4984a5ce

View File

@@ -115,4 +115,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:8001/health')" || exit 1 CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:8001/health')" || exit 1
# # Run the CV inference server # # Run the CV inference server
ENTRYPOINT ["python", "-m", "backend.cv_inference_server"] CMD ["python", "-m", "backend.cv_inference_server"]