commit | 27afb0201ce717c25d8ffcc50f8b4972fc98f5c5 | [log] [tgz] |
---|---|---|
author | Instrumental <jonathan.gathman@att.com> | Thu Feb 07 16:36:56 2019 -0600 |
committer | Instrumental <jonathan.gathman@att.com> | Thu Feb 07 16:37:00 2019 -0600 |
tree | fcc70c64abc1b5741f92b65b354ea009f5fc4175 | |
parent | e2fa0e67712b92c69f6863afe10c1c973a068e3e [diff] [blame] |
Refine properties for non-root Issue-ID: AAF-698 Change-Id: I266f0e36842fb506dbb3e412e12eedf64e24418a Signed-off-by: Instrumental <jonathan.gathman@att.com>
diff --git a/auth/docker/Dockerfile.core b/auth/docker/Dockerfile.core index 7237a00..3e87ca5 100644 --- a/auth/docker/Dockerfile.core +++ b/auth/docker/Dockerfile.core
@@ -30,5 +30,5 @@ COPY bin /opt/app/aaf/bin COPY theme /opt/app/aaf/theme -RUN chown -R aaf:aaf /opt/app/aaf +RUN chown -R ${USER}:${USER} /opt/app/aaf