Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Install Angular CLI as part of build process
Browse files Browse the repository at this point in the history
  • Loading branch information
coverbeck committed Mar 20, 2018
1 parent e13bb4a commit d0b8435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM node:6
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
RUN npm install pm2 -g
RUN npm install -g @angular/cli
# Install app dependencies
COPY . /usr/src/app/
RUN npm install
Expand Down

0 comments on commit d0b8435

Please sign in to comment.