Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
feat(docker): add package-lock.json to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentCouzij committed Dec 2, 2019
1 parent 5cf6e67 commit 4270257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN mkdir -p /app
WORKDIR /app

COPY package.json .
COPY package-lock.json .
RUN npm install
COPY . .

Expand Down

0 comments on commit 4270257

Please sign in to comment.