Skip to content

Commit 216a427

Browse files
committed
added .env
1 parent 3afcc45 commit 216a427

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export DOCKER_HOST="http://172.17.0.1:8080"

Dockerfile

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

33
ARG NODE=production
44

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

0 commit comments

Comments
 (0)