From 73fe8ba55543a74a249c9adc993ac78ccddbabd6 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Fri, 26 Jul 2019 12:22:53 -0500 Subject: Fix GUI image locations Issue-ID: AAF-902 Change-Id: Id650f1661ef6085e57ee5b10b02aedf56900e5c7 Signed-off-by: Instrumental --- auth/docker/Dockerfile.core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/docker') 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 &&\ -- cgit 1.2.3-korg