c511563a1aa189f29958577ef953510c4ef7077b
[aaf/authz.git] / auth / docker / Dockerfile.core
1 FROM nexus3.onap.org:10001/onap/aaf/aaf-base-xenial:latest
2 MAINTAINER AAF Team, AT&T 2018
3 ENV VERSION=${AAF_VERSION}
4
5 LABEL description="aaf_core"
6 LABEL version=${AAF_VERSION}
7
8 COPY lib /opt/app/aaf/lib
9 COPY bin /opt/app/aaf/bin
10 COPY theme /opt/app/aaf/theme
11
12