Code Review
/
oom
/
readiness.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2faa6e6
)
Right path for ready script
58/110458/1
author
Sylvain Desbureaux
<sylvain.desbureaux@orange.com>
Wed, 22 Jul 2020 15:41:45 +0000
(17:41 +0200)
committer
Sylvain Desbureaux
<sylvain.desbureaux@orange.com>
Wed, 22 Jul 2020 15:41:45 +0000
(17:41 +0200)
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
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
58434c0
..
721a816
100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-5,5
+5,5
@@
ENV TOKEN="/var/run/secrets/kubernetes.io/serviceaccount/token"
COPY ready.py .
-ENTRYPOINT ["/
usr/ona
p/ready.py"]
+ENTRYPOINT ["/
ap
p/ready.py"]
CMD [""]