summaryrefslogtreecommitdiffstats
path: root/auth/docker/Dockerfile.client
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-02-18 10:06:21 -0600
committerInstrumental <jonathan.gathman@att.com>2019-02-18 10:06:27 -0600
commit7f1e2c062e9ddb722e3ec79b432888e9f9dbc81e (patch)
treefcbca6366b1b91d98b4c6420a418169f64b53583 /auth/docker/Dockerfile.client
parent05e268a2061beccd5bceb88a716aeafadb6dcc71 (diff)
Refine Agent.sh and Docs
Issue-ID: AAF-667 Change-Id: Id4cfb8e880001d4d46f664f69449fa1713f777e7 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/Dockerfile.client')
-rw-r--r--auth/docker/Dockerfile.client2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/Dockerfile.client b/auth/docker/Dockerfile.client
index e50810fe..111c3774 100644
--- a/auth/docker/Dockerfile.client
+++ b/auth/docker/Dockerfile.client
@@ -25,10 +25,10 @@ ENV VERSION=${AAF_VERSION}
LABEL description="aaf_agent"
LABEL version=${AAF_VERSION}
-COPY logs /opt/app/aaf_config/logs
COPY bin/client.sh /opt/app/aaf_config/bin/agent.sh
COPY bin/aaf-auth-cmd-${AAF_VERSION}-full.jar /opt/app/aaf_config/bin/
COPY bin/aaf-cadi-servlet-sample-*-sample.jar /opt/app/aaf_config/bin/
+COPY logs /opt/app/aaf_config/logs
COPY cert/*trust*.b64 /opt/app/aaf_config/cert/
RUN if [ -n "${DUSER}" ]; then chown -R ${DUSER}:${DUSER} /opt/app/aaf_config; fi