mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(docker): fix #712
This commit is contained in:
parent
0fbad7ef9e
commit
cd7520ed40
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue