Skip to content

Commit

Permalink
Fix prod bundle version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-va committed Mar 4, 2024
1 parent 021212b commit 610cc5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ ENV BUNDLER_VERSION=2.1.4
ENV RAILS_ENV=production
ENV NODE_ENV=production



RUN apk --update --no-cache add \
build-base \
git \
Expand All @@ -21,7 +19,7 @@ COPY Gemfile.lock .
COPY package.json .
COPY yarn.lock .

RUN gem install bundler:2.4.1 \
RUN gem install bundler:2.1.4 \
&& bundle install --quiet --jobs 4 \
&& yarn install --silent --pure-lockfile

Expand Down

0 comments on commit 610cc5e

Please sign in to comment.