Skip to content

Commit 960ba7b

Browse files
committed
Added herokuish to Dockerfile
1 parent 31a004a commit 960ba7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ FROM node:latest
22

33
ARG NODE=production
44

5-
RUN git clone https://github.com/sethbergman/ng2-admin.git /var/www \
6-
&& cd /var/www \
7-
&& npm install --global rimraf \
5+
#RUN git clone https://github.com/sethbergman/ng2-admin.git /var/www \
6+
# && cd /var/www \
7+
RUN npm install --global rimraf \
88
&& npm run clean \
99
&& npm install --global webpack webpack-dev-server typescript@beta \
1010
&& npm install \

0 commit comments

Comments
 (0)