Skip to content

Commit 3afcc45

Browse files
committed
export docker host
1 parent 62debf1 commit 3afcc45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

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

33
ARG NODE=production
44

5+
export DOCKER_HOST="http://172.17.0.1:8080"
6+
57
RUN git clone https://github.com/sethbergman/ng2-admin.git /var/www \
68
&& cd /var/www \
79
&& npm install --global rimraf \

0 commit comments

Comments
 (0)