commit | 7b09ee0e0f32d47e274589f26a8091aaa42af7f3 | [log] [tgz] |
---|---|---|
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | Wed Jul 22 17:41:45 2020 +0200 |
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | Wed Jul 22 17:41:45 2020 +0200 |
tree | 2459b65a527ea115b4eb6b9ee8ba06fbe334e61e | |
parent | 2faa6e6b9703f12bbbfc355241f99b46fdce0bbb [diff] [blame] |
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
diff --git a/Dockerfile b/Dockerfile index 58434c0..721a816 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -5,5 +5,5 @@ COPY ready.py . -ENTRYPOINT ["/usr/onap/ready.py"] +ENTRYPOINT ["/app/ready.py"] CMD [""]