From bafd7e1f254c2315627de583a57ec93c20e8dc1d Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Thu, 30 Apr 2026 09:59:40 +0200 Subject: [PATCH] Fix: bundle install resolves fresh without lockfile Co-Authored-By: Claude Sonnet 4.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e81fda2..888a3b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --no-cache git build-base WORKDIR /app COPY Gemfile ./ -RUN bundle update bbs +RUN bundle install COPY bbs.rb ./ COPY lib/ ./lib/