Fix GUI image locations
[aaf/authz.git] / auth / docker / Dockerfile.core
index a8aa543..5c66c8c 100644 (file)
@@ -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 &&\