File tree 4 files changed +20
-0
lines changed
4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ docker build --pull --rm -t webgoat.net .
3
+ docker run --rm -d -p 5000:80 --name webgoat.net webgoat.net
4
+
5
+ @ echo .
6
+ @ echo Open http://localhost:5000 to access WebGoat.Net website
7
+ @ echo To stop docker container run: docker stop webgoat.net
Original file line number Diff line number Diff line change
1
+
2
+ docker build --pull --rm -t webgoat.net .
3
+ docker run --rm -d -p 5000:80 --name webgoat.net webgoat.net
4
+
5
+ echo
6
+ echo Open http://localhost:5000 to access WebGoat.Net website
7
+ echo To stop docker container run: docker stop webgoat.net
Original file line number Diff line number Diff line change
1
+
2
+ dotnet publish -c release -o ./app
3
+ dotnet ./app/WebGoatCore.dll --urls=http://localhost:5000
Original file line number Diff line number Diff line change
1
+
2
+ dotnet publish -c release -o ./app
3
+ dotnet ./app/WebGoatCore.dll --urls=http://localhost:5000
You can’t perform that action at this time.
0 commit comments