Skip to content

Commit

Permalink
fix(docker): fix #712
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhukov committed Feb 14, 2017
1 parent 0fbad7e commit cd7520e
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
@@ -1,10 +1,10 @@
FROM node:latest
FROM node:6.9.5

RUN git clone https://github.com/akveo/ng2-admin.git /var/www \
&& cd /var/www \
&& npm install --global rimraf \
&& npm run clean \
&& npm install --global webpack webpack-dev-server typescript@beta \
&& npm install --global webpack webpack-dev-server typescript@2.1.5 \
&& npm install \
&& npm run prebuild:prod && npm run build:prod

Expand Down

0 comments on commit cd7520e

Please sign in to comment.