tests - rename csar file names for alignment with code
[vid.git] / vid-ext-services-simulator / Dockerfile
1 FROM tomcat:jre8-alpine
2
3 RUN apk add --no-cache vim net-tools bash
4
5 ADD target/vidSimulator.war ./webapps