Skip to content

Commit

Permalink
Update dockerfile for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Syntaf committed Nov 11, 2024
1 parent 23fad27 commit d10f563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /opt/wetrockpolice
# instally ruby gems
COPY Gemfile Gemfile.lock ./
RUN gem install bundler
RUN RAILS_ENV=production bundle install --jobs 4 --retry 3
RUN bundle install --jobs 1

# install node modules
COPY package.json yarn.lock ./
Expand Down

0 comments on commit d10f563

Please sign in to comment.