We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960ba7b commit 4f597a2Copy full SHA for 4f597a2
Dockerfile
@@ -1,14 +1,10 @@
1
-FROM node:latest
+FROM sethbergman/ng2-admin:latest
2
3
ARG NODE=production
4
5
#RUN git clone https://github.com/sethbergman/ng2-admin.git /var/www \
6
# && cd /var/www \
7
-RUN npm install --global rimraf \
8
- && npm run clean \
9
- && npm install --global webpack webpack-dev-server typescript@beta \
10
- && npm install \
11
- && npm run build:prod
+RUN npm run prebuild:prod && npm run build:prod && npm run server:prod
12
13
EXPOSE 80
14
0 commit comments