summaryrefslogtreecommitdiffstats
path: root/auth/docker
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-07-26 12:22:53 -0500
committerInstrumental <jonathan.gathman@att.com>2019-07-26 12:23:14 -0500
commit73fe8ba55543a74a249c9adc993ac78ccddbabd6 (patch)
treee2cfc7c580339fe36b9323c35017e52df5f8ae58 /auth/docker
parent42ca27281df11e8309c7817fdb37e782027b7927 (diff)
Fix GUI image locations
Issue-ID: AAF-902 Change-Id: Id650f1661ef6085e57ee5b10b02aedf56900e5c7 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker')
-rw-r--r--auth/docker/Dockerfile.core2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/Dockerfile.core b/auth/docker/Dockerfile.core
index a8aa543b..5c66c8ca 100644
--- a/auth/docker/Dockerfile.core
+++ b/auth/docker/Dockerfile.core
@@ -28,7 +28,7 @@ LABEL version=${AAF_VERSION}
COPY lib /opt/app/aaf/lib
COPY bin /opt/app/aaf/bin
-COPY theme /opt/app/aaf/theme
+COPY theme/ /opt/app/aaf/theme/
RUN mkdir -p /opt/app/osaaf &&\
mkdir -p /opt/app/aaf/status &&\