X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fappc%2Fsrc%2Fmain%2Fdocker%2FDockerfile;h=4d728628e852e01a86cd50ca54fa35dd862b872a;hb=2ad82140a88efa51cb7e9751d0b45cb0616f6b80;hp=7dd115a9a3cc06075be6605c34c8bb49b49b3749;hpb=2445f8e946a9618c947d7e3b82f8b064b5d12f9e;p=appc%2Fdeployment.git diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile index 7dd115a..4d72862 100644 --- a/installation/appc/src/main/docker/Dockerfile +++ b/installation/appc/src/main/docker/Dockerfile @@ -3,11 +3,11 @@ FROM onap/ccsdk-odlsli-image:v0.1.0 MAINTAINER APP-C Team (appc@lists.openecomp.org) # Set the Env. Variable in the container to add the APPC CONFIG DIR (the SDNC_CONFIG_DIR is inherited from SDNC Image) -ENV APPC_CONFIG_DIR /opt/openecomp/appc/data/properties +ENV APPC_CONFIG_DIR /opt/onap/appc/data/properties # Copy the opt folder to the container's /opt folder COPY opt /opt -RUN ln -s /opt/openecomp/appc /opt/appc +RUN ln -s /opt/onap/appc /opt/appc # Expose port 8181 for ODL REST calls EXPOSE 8181