mirror of
https://github.com/Budibase/budibase.git
synced 2026-09-01 15:11:45 +08:00
delete comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user