Files
ctf/training/htb/challenges/web/cdnio/build_docker.sh
2026-04-15 01:05:54 +02:00

4 lines
106 B
Bash
Executable File

#!/bin/sh
docker build --tag=web-cdnio . && \
docker run -p 1337:1337 --rm --name=web-cdnio -it web-cdnio