fix(docker): fix #712

This commit is contained in:
Alexander Zhukov 2017-02-14 12:09:57 +03:00
parent 0fbad7ef9e
commit cd7520ed40

View file

@ -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