Skip to content

Commit

Permalink
yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
TomFern committed Aug 3, 2022
1 parent a8fbb26 commit ddb9470
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 19,119 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
node_modules/
npm-debug.log
Dockerfile
.git/
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ RUN yarn run build

FROM node:16.16.0-alpine3.15 as node_modules
WORKDIR /tmp/
COPY package.json package-lock.json ./
# COPY package.json package-lock.json ./
COPY package.json yarn.lock ./
RUN yarn install --production

FROM node:16.16.0-alpine3.16
Expand Down
Loading

0 comments on commit ddb9470

Please sign in to comment.