summaryrefslogtreecommitdiffstats
path: root/installation/dgbuilder/src/main/docker/Dockerfile
blob: fd91e77322f7c6053d5e8580f649c81c810ce4f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Base ubuntu with added packages needed for open ecomp
FROM ecomp/ubuntu-sdnc-image:${project.version}
MAINTAINER SDN-C Team (sdnc@lists.openecomp.org)

# copy openecomp
COPY opt /opt
WORKDIR /opt/openecomp/sdnc/dgbuilder
RUN npm install

#ENTRYPOINT /bin/bash /opt/openecomp/sdnc/dgbuilder/start sdnc1.0
EXPOSE 3100