0
0
docker-images/dockerfiles/caddy.Dockerfile

10 lines
296 B
Docker
Raw Normal View History

2023-11-04 06:38:42 +08:00
FROM caddy:2.7.5-builder-alpine AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \
--with github.com/RussellLuo/caddy-ext/ratelimit \
--with github.com/porech/caddy-maxmind-geolocation
FROM caddy:2.7.5
COPY --from=builder /usr/bin/caddy /usr/bin/caddy