aboutsummaryrefslogtreecommitdiffstats
path: root/installation/dgbuilder
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-04-24 14:48:08 -0400
committerDan Timoney <dtimoney@att.com>2017-04-24 14:48:08 -0400
commit9e9f964cf18c0dfb9c21b5b655b0612221932070 (patch)
tree16ab84cb1144ffa70d0d2a17e2942affb4a649cb /installation/dgbuilder
parentd3615740001815f534ba264ebf248c762748582b (diff)
[SDNC-5] Rebase SDN-C oam
Apply fixes to directed graphs and docker containers discovered during local testing Change-Id: Ie675ecea7aa5119fb0b3ee180997b3a420be3e1b Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 596540a90b7cd031151943062b8c259314acce93
Diffstat (limited to 'installation/dgbuilder')
-rw-r--r--installation/dgbuilder/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/dgbuilder/src/main/docker/Dockerfile b/installation/dgbuilder/src/main/docker/Dockerfile
index fa976335..f3c0e815 100644
--- a/installation/dgbuilder/src/main/docker/Dockerfile
+++ b/installation/dgbuilder/src/main/docker/Dockerfile
@@ -7,7 +7,7 @@ COPY opt /opt
WORKDIR /opt/openecomp/sdnc/dgbuilder
# Set the proxy if needed
# RUN npm config set proxy http://your.proxy.com:8080
-RUN npm install
+#RUN npm install
#ENTRYPOINT /bin/bash /opt/openecomp/sdnc/dgbuilder/start sdnc1.0
EXPOSE 3100