aboutsummaryrefslogtreecommitdiffstats
path: root/installation/appc/src/main/docker/Dockerfile
blob: 5a770602624e9e808ca40a1a6234720d23db83b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Base ubuntu with added packages needed for open ecomp
FROM ecomp/sdnc-image:1.0.0-SNAPSHOT
MAINTAINER APP-C Team (appc@lists.openecomp.org)

# copy openecomp
COPY opt /opt
RUN ln -s /opt/openecomp/appc /opt/appc
RUN chmod +x /opt/openecomp/appc/bin/*

# ENTRYPOINT exec /opt/opendaylight/current/bin/karaf
EXPOSE 8181