Files
CTF/HTB/challenges/web/neonify/web_neonify/build-docker.sh
Simon 82b0759f1e init htb
old htb folders
2023-08-29 21:53:22 +02:00

2 lines
93 B
Bash
Executable File

docker build -t web_neonify .
docker run --name=web_neonify --rm -p1337:1337 -it web_neonify