write-ups-challenges-2019-2020/DecryptThis/docker.sh

10 lines
146 B
Bash
Raw Normal View History

2022-11-24 21:43:03 +00:00
#!/bin/bash
docker build -t decrypthis .
docker run -d \
-p 8020:80 \
--name decrypthis \
--restart=unless-stopped \
decrypthis