b713bafc5f4c8b2f815f8e3db2a65b4150cc1479
[dcaegen2/collectors/hv-ves.git] / hv-collector-xnf-simulator / Dockerfile
1 FROM openjdk:10-jre-slim
2
3 LABEL copyright="Copyright (C) 2018 NOKIA"
4 LABEL license.name="The Apache Software License, Version 2.0"
5 LABEL license.url="http://www.apache.org/licenses/LICENSE-2.0"
6 LABEL maintainer="Nokia Wroclaw ONAP Team"
7
8 EXPOSE 5000
9
10 WORKDIR /opt/ves-hv-client-simulator
11 ENTRYPOINT ["java", "-cp", "*:", "org.onap.dcae.collectors.veshv.simulators.xnf.MainKt"]
12 CMD ["--ves-host", "ves-hv-collector", "--ves-port", "6061"]
13 COPY target/libs/external/* ./
14 COPY target/libs/internal/* ./
15 COPY target/hv-collector-xnf-simulator-*.jar ./