Skip to content

Commit

Permalink
Lock dependencies with package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sdevalk committed Jun 11, 2020
1 parent ac7e7d9 commit 982e378
Show file tree
Hide file tree
Showing 2 changed files with 5,373 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:12.0.0

WORKDIR /usr/src/app

COPY package.json .
COPY package*.json ./

RUN npm install

Expand Down

0 comments on commit 982e378

Please sign in to comment.