blob: 55bf645c647e9d3326a7ebd3c377bc5b01a31a65 [file] [log] [blame]
Piotr Jaszczyk94eeb732018-06-12 14:19:10 +02001FROM openjdk:10-jre-slim
2
3LABEL copyright="Copyright (C) 2018 NOKIA"
4LABEL license.name="The Apache Software License, Version 2.0"
5LABEL license.url="http://www.apache.org/licenses/LICENSE-2.0"
6LABEL maintainer="Nokia Wroclaw ONAP Team"
7
fkrzywkad76905b2018-07-30 12:55:03 +02008RUN apt-get update \
9 && apt-get install -y --no-install-recommends curl \
10 && apt-get clean
11
Piotr Jaszczyk94eeb732018-06-12 14:19:10 +020012WORKDIR /opt/ves-hv-dcae-app-simulator
13ENTRYPOINT ["java", "-cp", "*:", "org.onap.dcae.collectors.veshv.simulators.dcaeapp.MainKt"]
Piotr Jaszczyk94eeb732018-06-12 14:19:10 +020014COPY target/libs/external/* ./
15COPY target/libs/internal/* ./
16COPY target/hv-collector-dcae-app-simulator-*.jar ./