Initial OpenECOMP appc/deployment commit
[appc/deployment.git] / installation / appc / src / main / docker / Dockerfile
1 # Base ubuntu with added packages needed for open ecomp
2 FROM ecomp/sdnc-image:latest
3 MAINTAINER APP-C Team (appc@lists.openecomp.org)
4
5 # copy openecomp
6 COPY opt /opt
7 RUN ln -s /opt/openecomp/appc /opt/appc
8
9 # ENTRYPOINT exec /opt/opendaylight/current/bin/karaf
10 EXPOSE 8181