From bb37314f31231f937ed1684274e9ac0b62f02bb2 Mon Sep 17 00:00:00 2001 From: Gelu Date: Mon, 24 Aug 2026 11:31:23 +0000 Subject: [PATCH] chore: drop the throwaway comment used to force a rebuild It existed only to make the image content differ so a deploy could be timed. A note about a one-off measurement does not belong in a build file. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01WpTYCBLH58XzrM7n3xPJ5N --- web/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index fb1f2d9..b2cb257 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -23,7 +23,6 @@ COPY --from=build /app/publish . # throughout the month production was quietly serving staging images. A status check # cannot tell one build from another; /version.json can, so the smoke job refuses to # pass until the host is actually serving THIS commit. -# Deploy-timing probe 2026-08-24: first myAi deploy with the Watchtower trigger configured. ARG GIT_SHA=unknown RUN mkdir -p wwwroot && printf '{"version":"%s"}' "$GIT_SHA" > wwwroot/version.json ENTRYPOINT ["dotnet", "web.dll"] \ No newline at end of file