Skip to content

Commit

Permalink
fix: npm run prepare issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Cervello committed Oct 29, 2021
1 parent 22dccb8 commit fb3479a
Show file tree
Hide file tree
Showing 2 changed files with 11,062 additions and 44 deletions.
1 change: 1 addition & 0 deletions Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM node:lts as builder

RUN mkdir -p /opt/product-opener/node_modules
COPY package*.json /opt/product-opener/
COPY .snyk /opt/product-opener/
WORKDIR /opt/product-opener
RUN npm install
ENV PATH /opt/product-opener/node_modules/.bin:$PATH
Expand Down
Loading

0 comments on commit fb3479a

Please sign in to comment.