delete comments

This commit is contained in:
Stropdasman
2026-06-17 11:13:22 +02:00
committed by GitHub
parent f7db4e8200
commit 2183943a07
-2
View File
@@ -155,8 +155,6 @@ RUN jq --arg v "$BUDIBASE_VERSION" '.version = $v' /app/package.json > /tmp/pkg.
RUN jq --arg v "$BUDIBASE_VERSION" '.version = $v' /worker/package.json > /tmp/pkg.json && mv /tmp/pkg.json /worker/package.json
ENV BUDIBASE_VERSION=$BUDIBASE_VERSION
# Long start-period: the image cold-boots serially in ~2-3min; a shorter grace makes
# health-acting orchestrators (Swarm/Easypanel) kill it mid-boot into a crash-loop.
HEALTHCHECK --interval=15s --timeout=15s --start-period=300s CMD "/healthcheck.sh"
# Must set this just before running