aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installation/appc/src/main/docker/Dockerfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile
index c0b18fa..ab3e2f2 100644
--- a/installation/appc/src/main/docker/Dockerfile
+++ b/installation/appc/src/main/docker/Dockerfile
@@ -28,16 +28,16 @@ MAINTAINER APP-C Team (appc@lists.openecomp.org)
ENV APPC_CONFIG_DIR /opt/onap/appc/data/properties
# Copy the opt folder to the container's /opt folder
-COPY opt /opt
+COPY --chown=odl:odl opt /opt
#Copy the directory containing each features' install script
-COPY featureDir /opt/onap/appc/features
+COPY --chown=odl:odl featureDir /opt/onap/appc/features
#Copy the directory containing a system folder and an etc folder in order
# to merge both of these with the opendaylight folders of the same names.
-COPY repoDir /opt/opendaylight
-
-
+COPY --chown=odl:odl repoDir /opt/opendaylight
+RUN chown -R odl:odl /opt
+USER odl
RUN ln -s /opt/onap/appc /opt/appc
#Start opendaylight and pre-install the appc features