Skip to content

Commit

Permalink
fix(docker): copy package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
herrmannplatz committed Jun 12, 2018
1 parent 411bbba commit a9eeddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/template/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# build static files
FROM node:alpine as build
WORKDIR /usr/src/app
COPY package.json .
COPY package*.json ./
RUN npm install --silent
COPY . .
RUN npm run build
Expand Down

0 comments on commit a9eeddb

Please sign in to comment.