From 6f9dcf7e27aceba73bd71114e176e11a246f6742 Mon Sep 17 00:00:00 2001 From: Gareth Date: Wed, 20 Aug 2025 11:04:40 -0400 Subject: [PATCH] remove bundle check --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index ef6f18762c..b1195eabdb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -22,7 +22,7 @@ services: build: . # Runs once: installs gems into /bundles, writes a checksum sentinel, then exits command: > - sh -lc 'bundle check || bundle install --jobs 4 --retry 3 --quiet; + sh -lc 'bundle install --jobs 4 --retry 3 --quiet; sha256sum Gemfile.lock > /bundles/.Gemfile.lock.sha' volumes: - .:/usr/src/app