Skip to content

Commit

Permalink
yarn install in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 21, 2024
1 parent 5a52a64 commit 19f1724
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ ARG BUNDLE_WITHOUT
ENV BUNDLE_WITHOUT ${BUNDLE_WITHOUT}
RUN bundle install

RUN . $NVM_DIR/nvm.sh && yarn install

# Copy the Rails application into place
COPY . /app

Expand Down

0 comments on commit 19f1724

Please sign in to comment.