Skip to content

Commit

Permalink
Add bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett committed Oct 16, 2023
1 parent 8f54e65 commit c56b58f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile.azure
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ RUN apk -U upgrade && \
echo "Europe/London" > /etc/timezone && \
cp /usr/share/zoneinfo/Europe/London /etc/localtime

RUN bundle config unset without
RUN bundle config set without 'development test'
RUN bundle install --no-binstubs --retry=10 --jobs=4

COPY --from=assets-precompile /app /app
COPY --from=assets-precompile /usr/local/bundle/ usr/local/bundle/

Expand Down

0 comments on commit c56b58f

Please sign in to comment.