Always pull latest rubbs on docker build

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

View File

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