diff options
Diffstat (limited to 'hv-collector-main/Dockerfile')
-rw-r--r-- | hv-collector-main/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hv-collector-main/Dockerfile b/hv-collector-main/Dockerfile index 8049abca..0170b645 100644 --- a/hv-collector-main/Dockerfile +++ b/hv-collector-main/Dockerfile @@ -15,4 +15,5 @@ ENTRYPOINT ["java", "-cp", "*:", "org.onap.dcae.collectors.veshv.main.MainKt"] COPY target/libs/external/* ./ COPY target/libs/internal/* ./ +COPY src/main/scripts/healthcheck.sh ./ COPY target/hv-collector-main-*.jar ./ |