Add simulator to docker-compose.yml
[vid.git] / vid-ext-services-simulator / Dockerfile
diff --git a/vid-ext-services-simulator/Dockerfile b/vid-ext-services-simulator/Dockerfile
new file mode 100644 (file)
index 0000000..6cf2d9d
--- /dev/null
@@ -0,0 +1,5 @@
+FROM tomcat:jre8-alpine
+
+RUN apk add --no-cache vim net-tools bash
+
+ADD target/vidSimulator.war ./webapps
\ No newline at end of file