Fix for Penetration test _ Session and cookie management
[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