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

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ll911 authored Jul 3, 2018
1 parent 543e709 commit 62f9ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ COPY . /app

RUN echo "prefix=/npm-global" > ~/.npmrc \
&& npm i npm@latest -g && npm i -g @angular/cli \
&& npm install \
&& ng build --configuration=${configuration} --prod
&& npm install
RUN ng build --configuration=${configuration} --prod

USER root
# Install Caddy Server, and All Middleware
Expand Down

0 comments on commit 62f9ac7

Please sign in to comment.