Remove explanatory comment from Dockerfile HEALTHCHECK

Co-authored-by: ThePhaseless <33990351+ThePhaseless@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-10 20:01:42 +00:00
co-authored by ThePhaseless
parent 23fd53576e
commit 0096b31eb4
-1
View File
@@ -54,6 +54,5 @@ RUN \
FROM app
EXPOSE $PORT
# Shell form is required here (instead of exec form) to enable ${PORT} variable expansion at runtime
HEALTHCHECK --interval=15m --timeout=30s --start-period=5s --retries=3 CMD curl "http://localhost:${PORT}/health"
ENTRYPOINT ["uv", "run", "main.py"]