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 62debf1 commit 3afcc45Copy full SHA for 3afcc45
Dockerfile
@@ -2,6 +2,8 @@ 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