init

nekomimi.pet 3d1ea116

verified
Changed files
+12
+12
Dockerfile
···
···
+
FROM caddy:builder-alpine AS builder
+
+
RUN xcaddy build \
+
--with github.cloudflarem/caddy-dns/bunny \
+
--with github.com/caddy-dns/cloudflare \
+
--with github.com/pberkel/caddy-storage-redis \
+
--with tangled.sh/kot.pink/caddy-anubis \
+
--replace github.com/TecharoHQ/anubis=github.com/kotx/anubis-static@v1.23.1
+
+
FROM caddy:latest
+
+
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
caddy

This is a binary file and will not be displayed.