You've already forked caddy-bunny
Initial commit
Some checks failed
Build container image / Build and push image (push) Failing after 2m8s
Some checks failed
Build container image / Build and push image (push) Failing after 2m8s
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
ARG CADDY_VERSION=2
|
||||
|
||||
FROM caddy:$CADDY_VERSION-builder-alpine AS builder
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/caddy-dns/bunny
|
||||
|
||||
FROM caddy:$CADDY_VERSION-alpine
|
||||
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
Reference in New Issue
Block a user