From: Sylvain Desbureaux Date: Wed, 22 Jul 2020 15:41:45 +0000 (+0200) Subject: Right path for ready script X-Git-Tag: 3.0.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F58%2F110458%2F1;p=oom%2Freadiness.git 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 Change-Id: I1bf42ef7232628c33f5e118afab57564c75fdd33 --- diff --git a/Dockerfile b/Dockerfile index 58434c0..721a816 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 [""]