Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad9970 committed Dec 1, 2023
1 parent e3ba473 commit 27cba06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ COPY . .
COPY Gemfile Gemfile.lock ./

# Build application
RUN gem install bundler && bundle install --jobs 4 --retry 5 --deployment
RUN gem install bundler && bundle install --jobs 4 --retry 5

RUN NODE_OPTIONS=--openssl-legacy-provider rake assets:precompile

Expand Down

0 comments on commit 27cba06

Please sign in to comment.