caddy/Dockerfile
Marko Korhonen b2c58ca576
Some checks failed
Build Docker image / Build image (push) Failing after 1m24s
Add umami plugin
2024-06-04 23:56:06 +03:00

11 lines
239 B
Docker

ARG VERSION
FROM caddy:${VERSION}-builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \
--with github.com/jonaharagon/caddy-umami
FROM caddy:${VERSION}
COPY --from=builder /usr/bin/caddy /usr/bin/caddy