- Make sure the last line contains the information - Split in separate functions - Add option to skip starting nginx (by default it is started)
Docker all-in-one image
Docker build
docker build --no-cache --build-arg webgoat_version=8.2.0-SNAPSHOT -t webgoat/goatandwolf:latest .
Docker run
docker run -p 127.0.0.1:80:8888 -p 127.0.0.1:8080:8080 -p 127.0.0.1:9090:9090 -e TZ=Europe/Amsterdam webgoat/goatandwolf:latest