diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-07-22 17:41:45 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-07-22 17:41:45 +0200 |
commit | 7b09ee0e0f32d47e274589f26a8091aaa42af7f3 (patch) | |
tree | 2459b65a527ea115b4eb6b9ee8ba06fbe334e61e | |
parent | 2faa6e6b9703f12bbbfc355241f99b46fdce0bbb (diff) |
Right path for ready script
ready.py is in /app/ready.py and not in /usr/onap/ready.py
Issue-ID: OOM-2518
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I1bf42ef7232628c33f5e118afab57564c75fdd33
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ ENV TOKEN="/var/run/secrets/kubernetes.io/serviceaccount/token" COPY ready.py . -ENTRYPOINT ["/usr/onap/ready.py"] +ENTRYPOINT ["/app/ready.py"] CMD [""] |