Skip to content

Commit

Permalink
Fixing Dockerfile & upgrade Yarn packages
Browse files Browse the repository at this point in the history
 * Also removing package-lock.json as we are using Yarn, not npm
  • Loading branch information
kigster committed Apr 26, 2024
1 parent 6b65640 commit e3f1836
Show file tree
Hide file tree
Showing 3 changed files with 4,023 additions and 8,059 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN npm install -g npm@10.5.2 && \
rm -rf /tmp/node-build-master

# Install application gems
COPY Gemfile Gemfile.lock ./
COPY .ruby-version Gemfile Gemfile.lock ./
RUN bundle install && \
rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git && \
bundle exec bootsnap precompile --gemfile
Expand Down
Loading

0 comments on commit e3f1836

Please sign in to comment.