ctf-resources/htb/hacktheboo2024/web/web_phantom_script/build-docker.sh

5 lines
150 B
Bash
Raw Normal View History

2024-10-23 11:10:43 +02:00
#!/bin/bash
docker rm -f web_saga_scrolls
docker build -t web_saga_scrolls .
docker run --name=web_game_capsule --rm -p1337:1337 -it web_saga_scrolls