Added Docker support.
This commit is contained in:
5
webgoat-container/src/main/docker/Dockerfile
Normal file
5
webgoat-container/src/main/docker/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM frolvlad/alpine-oraclejdk8:slim
|
||||
VOLUME /tmp
|
||||
ADD webgoat-container-7.1-SNAPSHOT.war webgoat.jar
|
||||
RUN sh -c 'touch /webgoat.jar'
|
||||
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/webgoat.jar"]
|
Reference in New Issue
Block a user