FYI, this is the dockerfile I used to build the im...
# netmaker
b
FYI, this is the dockerfile I used to build the image:
Copy code
FROM caddy:2.6.2-builder AS builder

RUN xcaddy build --with github.com/muety/caddy-remote-host

FROM caddy:2.6.2
COPY --from=builder /usr/bin/caddy /usr/bin/caddy