summaryrefslogtreecommitdiffstats
path: root/dgbuilder-docker/src/main/docker/Dockerfile
blob: 1fb468ea9c612c9a2236ddff898174f0d0eba429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Base ubuntu with added packages needed for open ecomp
FROM onap/ccsdk-ubuntu-image:${project.version}
MAINTAINER CCSDK  Team (onap-discuss@lists.onap.org)

# copy onap
COPY opt /opt
WORKDIR /opt/onap/sdnc/dgbuilder
# Set the proxy if needed
# RUN npm config set proxy http://your.proxy.com:8080
#RUN npm install

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