cleanup
This commit is contained in:
4
training/htb/challenges/web/cdnio/build_docker.sh
Executable file
4
training/htb/challenges/web/cdnio/build_docker.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker build --tag=web-cdnio . && \
|
||||
docker run -p 1337:1337 --rm --name=web-cdnio -it web-cdnio
|
||||
Reference in New Issue
Block a user