This commit is contained in:
Bel LaPointe
2018-10-05 18:59:02 -06:00
commit 53812eeda3
10 changed files with 230 additions and 0 deletions

12
build.sh Normal file
View File

@@ -0,0 +1,12 @@
#! /bin/bash
set -e
docker build -t caddsies .
docker run --rm -it \
-p 2018:2018 \
-v $(pwd)/caddyfile:/etc/caddy/Caddyfile \
-v $(pwd)/caddsiesserver.crt:/etc/server.crt \
-v $(pwd)/caddsiesserver.key:/etc/server.key \
caddsies:latest