From 2183943a072bbf5da1409f3a7d2e27758ea0382d Mon Sep 17 00:00:00 2001 From: Stropdasman <147417929+Stropdasman@users.noreply.github.com> Date: Wed, 17 Jun 2026 11:13:22 +0200 Subject: [PATCH] delete comments --- hosting/single/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosting/single/Dockerfile b/hosting/single/Dockerfile index 3e7b428020..835958bfef 100644 --- a/hosting/single/Dockerfile +++ b/hosting/single/Dockerfile @@ -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