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