Fix: bundle install resolves fresh without lockfile

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-30 09:59:40 +02:00
parent ac56b4974c
commit bafd7e1f25

View File

@@ -5,7 +5,7 @@ RUN apk add --no-cache git build-base
WORKDIR /app WORKDIR /app
COPY Gemfile ./ COPY Gemfile ./
RUN bundle update bbs RUN bundle install
COPY bbs.rb ./ COPY bbs.rb ./
COPY lib/ ./lib/ COPY lib/ ./lib/