Skip to content

Commit

Permalink
fix(docker): Fix copy instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
herrmannplatz committed Jun 12, 2018
1 parent f6c39da commit 411bbba
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
Expand Up @@ -11,6 +11,6 @@ FROM node:alpine
EXPOSE 8080
WORKDIR /usr/src/app
RUN npm install serve -g
COPY --from=frontend /usr/src/app/dist ./dist
COPY --from=build /usr/src/app/dist ./dist
USER node
CMD ["serve", "--single", "--port", "8080", "dist"]

0 comments on commit 411bbba

Please sign in to comment.