Nanne Baars 8dd66fc0ff Improve Docker start up script
- Make sure the last line contains the information
- Split in separate functions
- Add option to skip starting nginx (by default it is started)
2021-11-23 13:22:19 +01:00
..
2021-11-23 13:22:19 +01:00
2021-08-22 18:26:58 +02:00
2020-01-25 17:54:24 +01:00
2021-10-04 14:40:19 +02:00
2021-08-22 18:26:58 +02:00
2021-11-23 13:22:19 +01:00

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