Use npm-shrinkwrap.json in Dockerfile

This commit is contained in:
Antonin Stefanutti 2018-04-26 12:26:34 +02:00
parent 4766d96c40
commit 979288be3c
No known key found for this signature in database
GPG Key ID: 451D46E2047E7837
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
!plugins
!decktape.js
!package.json
!package-lock.json
!npm-shrinkwrap.json

View File

@ -7,7 +7,7 @@ RUN apk add --no-cache --virtual .gyp python make g++
WORKDIR /decktape
COPY package.json package-lock.json ./
COPY package.json npm-shrinkwrap.json ./
COPY libs libs/
COPY plugins plugins/
COPY decktape.js ./