Initial commit for OpenECOMP SDN-C OA&M
[sdnc/oam.git] / installation / admportal / src / main / docker / Dockerfile
diff --git a/installation/admportal/src/main/docker/Dockerfile b/installation/admportal/src/main/docker/Dockerfile
new file mode 100644 (file)
index 0000000..8facc58
--- /dev/null
@@ -0,0 +1,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