From 8a4984a5ce4108751775c98dcac18d0661d3fdd2 Mon Sep 17 00:00:00 2001 From: DatTT127 Date: Sat, 18 Jul 2026 22:23:18 +0700 Subject: [PATCH] update the dockerFile --- .../CODEBASE/deps/implementation/backend_deploy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile index 69e80e7..97fdda1 100644 --- a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile +++ b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/Dockerfile @@ -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 # # Run the CV inference server -ENTRYPOINT ["python", "-m", "backend.cv_inference_server"] \ No newline at end of file +CMD ["python", "-m", "backend.cv_inference_server"] \ No newline at end of file