X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fdocker%2FDockerfile.agent;h=e974dc499cb3b7fa50859c457412eeadb4646e6d;hb=48bcfb9d4b03ac3e2e6915f7bdf72599c8794d43;hp=ec5f24ea194650431c257d5a5991f4054dd076f7;hpb=66f7d22a452e1f819ca9cc763fff8ebe60265742;p=aaf%2Fauthz.git diff --git a/auth/docker/Dockerfile.agent b/auth/docker/Dockerfile.agent index ec5f24ea..e974dc49 100644 --- a/auth/docker/Dockerfile.agent +++ b/auth/docker/Dockerfile.agent @@ -31,5 +31,5 @@ COPY bin/aaf-cadi-servlet-sample-*-sample.jar /opt/app/aaf_config/bin/ COPY cert/*trust*.b64 /opt/app/aaf_config/cert/ RUN chmod 755 /opt/app/aaf_config/bin/* &&\ if [ -n "${DUSER}" ]; then chown -R ${DUSER}:${DUSER} /opt/app/aaf_config; fi - +USER ${DUSER} CMD []