aboutsummaryrefslogtreecommitdiffstats
path: root/installation/appc/src/main/docker/Dockerfile
blob: c6b0156421dbc6b792d77e4b2f0922fea057192a (plain)
1
2
3
4
5
6
7
8
9
10
# 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

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