From 0096b31eb475be8d6a97bdbd54037e9f1d523938 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Mar 2026 20:01:42 +0000 Subject: [PATCH] Remove explanatory comment from Dockerfile HEALTHCHECK Co-authored-by: ThePhaseless <33990351+ThePhaseless@users.noreply.github.com> --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52438f5..61e3314 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]