Merge "JUnits for Mapper_2_0"
[aaf/authz.git] / auth / docker / Dockerfile.ms
index b8ef6d9..c1d9d0d 100644 (file)
@@ -5,7 +5,7 @@ ENV VERSION=${AAF_VERSION}
 LABEL description="aaf_${AAF_COMPONENT}"
 LABEL version=${AAF_VERSION}
 
-COPY theme /opt/app/aaf/theme
+COPY pod/* /opt/app/aaf/pod/
 
 CMD ["/bin/bash","-c","/opt/app/aaf/bin/${AAF_COMPONENT}"]