diff options
Diffstat (limited to 'installation/dgbuilder/src/main')
-rw-r--r-- | installation/dgbuilder/src/main/docker/Dockerfile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/installation/dgbuilder/src/main/docker/Dockerfile b/installation/dgbuilder/src/main/docker/Dockerfile deleted file mode 100644 index 2160e3e9..00000000 --- a/installation/dgbuilder/src/main/docker/Dockerfile +++ /dev/null @@ -1,13 +0,0 @@ -# Base ubuntu with added packages needed for open ecomp -FROM onap/ubuntu-sdnc-image:${project.version} -MAINTAINER SDN-C Team (sdnc@lists.openecomp.org) - -# copy openecomp -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 - -#ENTRYPOINT /bin/bash /opt/openecomp/sdnc/dgbuilder/start sdnc1.0 -EXPOSE 3100 |