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

# create link for pm2
#RUN ln -s /opt/openecomp/sdnc/admportal/node_modules/pm2/bin/pm2 /usr/bin/pm2

# copy openecomp
COPY opt /opt

#ENTRYPOINT exec /opt/openecomp/sdnc/admportal/shell/startssl.sh
EXPOSE 8843