We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cea7f9 commit 7756532Copy full SHA for 7756532
src/Dockerfile_ecs
@@ -17,6 +17,6 @@ USER appuser
17
ENV PORT=8080
18
19
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
20
- CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:8080/api/v1/models').read()"
+ CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:8080/health').read()"
21
22
CMD ["sh", "-c", "uvicorn api.app:app --host 0.0.0.0 --port ${PORT}"]
0 commit comments