From ac56b4974c6e9cee43707f91bddb1d5016dfe3d0 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Thu, 30 Apr 2026 09:58:56 +0200 Subject: [PATCH] Always pull latest rubbs on docker build Co-Authored-By: Claude Sonnet 4.6 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b80ef55..e81fda2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/