X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fdocker%2FDockerfile.core;h=f74e9fbd4b0fcc9ad1d9c8c4ad346fa8ff2cde79;hb=628b7105ce4d9818aac69a082e515f9275fd46fd;hp=7237a00db313b8df8b3cf3841b81342af79d4016;hpb=e2fa0e67712b92c69f6863afe10c1c973a068e3e;p=aaf%2Fauthz.git diff --git a/auth/docker/Dockerfile.core b/auth/docker/Dockerfile.core index 7237a00d..f74e9fbd 100644 --- a/auth/docker/Dockerfile.core +++ b/auth/docker/Dockerfile.core @@ -30,5 +30,5 @@ COPY lib /opt/app/aaf/lib COPY bin /opt/app/aaf/bin COPY theme /opt/app/aaf/theme -RUN chown -R aaf:aaf /opt/app/aaf +RUN if [ -n "${DUSER}" ]; then chown -R ${DUSER}:${DUSER} /opt/app/aaf; fi