summaryrefslogtreecommitdiffstats
path: root/installation/admportal/src/main/docker/Dockerfile
blob: 8facc58bfd4d0af41ce5453c48d39601a0dc805b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Base ubuntu with added packages needed for open ecomp
FROM ecomp/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