[fix] case

This commit is contained in:
Andy Bunce 2022-03-29 22:36:47 +01:00
parent e69050f7a1
commit dee84821bb

View file

@ -1,13 +0,0 @@
# caddy with duckdns
# @created 2022-03
# author="Andy Bunce"
ARG VERSION=caddy:2.4.6
FROM $VERSION AS builder
RUN xcaddy build \
--with github.com/caddy-dns/duckdns
FROM $VERSION
COPY --from=builder /usr/bin/caddy /usr/bin/caddy