write-ups-challenges-2019-2020/DecryptThis/docker.sh
2022-11-24 22:43:03 +01:00

10 lines
146 B
Bash
Executable File

#!/bin/bash
docker build -t decrypthis .
docker run -d \
-p 8020:80 \
--name decrypthis \
--restart=unless-stopped \
decrypthis