Use base image from onap nexus repo
[aaf/authz.git] / auth / docker / Dockerfile.core
index c4e8a46..c511563 100644 (file)
@@ -1,4 +1,4 @@
-FROM rmannfv/aaf-base:xenial 
+FROM nexus3.onap.org:10001/onap/aaf/aaf-base-xenial:latest
 MAINTAINER AAF Team, AT&T 2018
 ENV VERSION=${AAF_VERSION}
 
@@ -7,4 +7,6 @@ LABEL version=${AAF_VERSION}
 
 COPY lib /opt/app/aaf/lib
 COPY bin /opt/app/aaf/bin
+COPY theme /opt/app/aaf/theme
+