diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-08-14 13:55:32 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-08-14 13:55:40 -0500 |
commit | 567a963d429b04f61692885dc0cd78bdd40210db (patch) | |
tree | 4ba6a16945e7b7e9f8cc15b4106e7d4fa4668ee7 /auth/docker/Dockerfile.core | |
parent | ffc0215047407cce0f30ca609195658d9efe8715 (diff) |
Tag Image for Repo push in Script
Issue-ID: AAF-433
Change-Id: Ifd25242465dd5d202400bafd814db445a01d24f7
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/Dockerfile.core')
-rw-r--r-- | auth/docker/Dockerfile.core | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auth/docker/Dockerfile.core b/auth/docker/Dockerfile.core index c4e8a461..b54dce77 100644 --- a/auth/docker/Dockerfile.core +++ b/auth/docker/Dockerfile.core @@ -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 + |