summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-07-22 17:41:45 +0200
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-07-22 17:41:45 +0200
commit7b09ee0e0f32d47e274589f26a8091aaa42af7f3 (patch)
tree2459b65a527ea115b4eb6b9ee8ba06fbe334e61e
parent2faa6e6b9703f12bbbfc355241f99b46fdce0bbb (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--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 [""]