summaryrefslogtreecommitdiffstats
path: root/netconfsimulator/Dockerfile_app
diff options
context:
space:
mode:
Diffstat (limited to 'netconfsimulator/Dockerfile_app')
-rw-r--r--netconfsimulator/Dockerfile_app4
1 files changed, 4 insertions, 0 deletions
diff --git a/netconfsimulator/Dockerfile_app b/netconfsimulator/Dockerfile_app
new file mode 100644
index 0000000..a775219
--- /dev/null
+++ b/netconfsimulator/Dockerfile_app
@@ -0,0 +1,4 @@
+FROM openjdk:8-jre-alpine
+ADD target/libs /app/libs
+ADD target/netconfsimulator-5.0.0-SNAPSHOT.jar /app/netconf-simulator.jar
+CMD java -cp /app/libs/*:/app/netconf-simulator.jar org.onap.netconfsimulator.Main \ No newline at end of file