Skip to content

Commit

Permalink
feat(docker): Use multi stage image
Browse files Browse the repository at this point in the history
  • Loading branch information
herrmannplatz committed Apr 24, 2018
1 parent ec64ecb commit f6c39da
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,5 +1,5 @@
# build static files
FROM node:alpine as frontend
FROM node:alpine as build
WORKDIR /usr/src/app
COPY package.json .
RUN npm install --silent
Expand Down

0 comments on commit f6c39da

Please sign in to comment.