client: update NPM lockfile

Merges #288 #290 #291
This commit is contained in:
Shyam Sunder
2019-11-03 19:48:10 -05:00
parent 80da6467f6
commit 6f549cf2db
4 changed files with 15 additions and 17 deletions

View File

@ -1,7 +1,7 @@
FROM node:9 as builder
WORKDIR /opt/app
COPY package.json ./
COPY package.json package-lock.json ./
RUN npm install
COPY . ./