aboutsummaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator/Dockerfile
blob: 6cf2d9d0bc08c56dfbaeb221e7c289cb0a2511a0 (plain)
1
2
3
4
5
FROM tomcat:jre8-alpine

RUN apk add --no-cache vim net-tools bash

ADD target/vidSimulator.war ./webapps