ctf-resources/htb/hacktheboo2024/pwn/[Very Easy] Que onda/build-docker.sh

4 lines
98 B
Bash
Raw Permalink Normal View History

2024-10-23 11:10:43 +02:00
#!/bin/sh
docker build --tag=que_onda .
docker run -it -p 1337:1337 --rm --name=que_onda que_onda