chore: create and populate repo
This commit is contained in:
commit
846edf52a1
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
FROM caddy:2.6-builder AS builder
|
||||||
|
|
||||||
|
RUN xcaddy build \
|
||||||
|
--with github.com/caddy-dns/cloudflare \
|
||||||
|
--with github.com/mholt/caddy-dynamicdns
|
||||||
|
|
||||||
|
FROM caddy:2.6
|
||||||
|
|
||||||
|
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
Loading…
Reference in a new issue