Skip to content

Commit

Permalink
Simplify copying of package and lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jan 20, 2021
1 parent a88aa8d commit 88fe7d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Expand Up @@ -2,8 +2,7 @@ FROM node:dubnium-alpine AS build

WORKDIR /home/node/app

COPY package.json .
COPY ./package-lock.json .
COPY package*.json ./
RUN npm ci

COPY . .
Expand Down

0 comments on commit 88fe7d8

Please sign in to comment.