summaryrefslogtreecommitdiffstats
path: root/auth/docker/Dockerfile.agent
diff options
context:
space:
mode:
Diffstat (limited to 'auth/docker/Dockerfile.agent')
-rw-r--r--auth/docker/Dockerfile.agent2
1 files changed, 1 insertions, 1 deletions
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 []