diff options
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 [] |