Skip to content

Commit 74bd294

Browse files
committed
changed launch.json settings
1 parent 88247c3 commit 74bd294

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ ARG NODE=production
44

55
RUN git clone https://github.com/sethbergman/ng2-admin.git /var/www \
66
&& cd /var/www \
7-
&& npm run build:prod
7+
&& npm install --global rimraf \
8+
&& npm run clean \
9+
&& npm install --global webpack webpack-dev-server typescript@beta \
10+
&& npm install \
11+
&& npm run prebuild:prod && npm run build:prod
812

913
EXPOSE 8080
1014

0 commit comments

Comments
 (0)