add web challenge

This commit is contained in:
2021-12-02 00:48:04 +01:00
parent 632fdd5b53
commit c0feed3487
38 changed files with 3199 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
docker rm -f web_toy_workshop
docker build -t web_toy_workshop .
docker run --name=web_toy_workshop --rm -p1337:1337 -it web_toy_workshop