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 3afcc45 commit 216a427Copy full SHA for 216a427
.env
@@ -0,0 +1 @@
1
+export DOCKER_HOST="http://172.17.0.1:8080"
Dockerfile
@@ -2,8 +2,6 @@ FROM node:latest
2
3
ARG NODE=production
4
5
-export DOCKER_HOST="http://172.17.0.1:8080"
6
-
7
RUN git clone https://github.com/sethbergman/ng2-admin.git /var/www \
8
&& cd /var/www \
9
&& npm install --global rimraf \
0 commit comments