Always pull latest rubbs on docker build
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,8 +4,8 @@ RUN apk add --no-cache git build-base
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY Gemfile Gemfile.lock ./
|
COPY Gemfile ./
|
||||||
RUN bundle install
|
RUN bundle update bbs
|
||||||
|
|
||||||
COPY bbs.rb ./
|
COPY bbs.rb ./
|
||||||
COPY lib/ ./lib/
|
COPY lib/ ./lib/
|
||||||
|
|||||||
Reference in New Issue
Block a user