Update Dockerfile

This commit is contained in:
Nanne Baars
2021-04-03 16:25:06 +02:00
committed by Nanne Baars
parent d345a9a716
commit 04d065fd87
3 changed files with 13 additions and 5 deletions

View File

@ -2,8 +2,12 @@
## Docker build
docker build --no-cache --build-arg webgoat_version=8.2.0-SNAPSHOT -t webgoat/goatandwolf:latest .
```shell
docker build --no-cache --build-arg webgoat_version=8.2.0-SNAPSHOT -t webgoat/goatandwolf:latest .
```
## Docker run
docker run -d -p 80:8888 -p 8080:8080 -p 9090:9090 -e TZ=Europe/Amsterdam webgoat/goatandwolf:latest
```shell
docker run -p 80:8888 -p 8080:8080 -p 9090:9090 -e TZ=Europe/Amsterdam webgoat/goatandwolf:latest
```