Skip to content

Commit

Permalink
install npm deps in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tclavier committed Nov 29, 2023
1 parent 250c434 commit afaa5d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ WORKDIR /workspace
COPY Gemfile /workspace
COPY Gemfile.lock /workspace
RUN bundle install
COPY package.json /workspace
COPY package-lock.json /workspace
RUN npm ci
CMD bash

0 comments on commit afaa5d4

Please sign in to comment.