diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-01-23 04:49:48 -0600 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-01-23 04:50:22 -0600 |
commit | 04c0f756b1ab1c0fdf90b9c7106bb7e058ad54b8 (patch) | |
tree | 612d1e4058203ac3c573e1048b337ea14ea4c0a6 /auth/docker/Dockerfile.ms | |
parent | 8a90bbfd12608f44e10d1a082372ac75392cf38b (diff) |
Adjust Docker Build
Issue-ID: AAF-723
Change-Id: Id696b7791b8b5b98eb9b2c89336fbc1a1c8d3c9a
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/Dockerfile.ms')
-rw-r--r-- | auth/docker/Dockerfile.ms | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/docker/Dockerfile.ms b/auth/docker/Dockerfile.ms index 99ac5fca..1eee1eec 100644 --- a/auth/docker/Dockerfile.ms +++ b/auth/docker/Dockerfile.ms @@ -23,8 +23,8 @@ ENV VERSION=${AAF_VERSION} LABEL description="aaf_${AAF_COMPONENT}" LABEL version=${AAF_VERSION} - -COPY pod/* /opt/app/aaf/pod/ + +COPY bin/pod_wait.sh /opt/app/aaf/bin/ #CMD ["bash","-c","cd /opt/app/aaf;bin/${AAF_COMPONENT}"] CMD [] |