We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2afbd3e commit 43af8edCopy full SHA for 43af8ed
Dockerfile
@@ -55,4 +55,5 @@ EXPOSE ${PORT}
55
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
56
CMD python -c "import httpx; httpx.get('http://127.0.0.1:${PORT}/metrics/')" || exit 1
57
58
-CMD ["sh", "-c", "exec uvicorn asgi:app --host 0.0.0.0 --port ${PORT}"]
+ENTRYPOINT ["sh", "-c"]
59
+CMD ["exec uvicorn asgi:app --host 0.0.0.0 --port ${PORT}"]
0 commit comments