Allow comments in config file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-05 21:47:31 +02:00
parent ed26f3b6fb
commit 5bb898cd8c

View File

@@ -3,7 +3,8 @@ FROM caddy:builder AS builder
# Build Caddy with the Layer 4 module included # Build Caddy with the Layer 4 module included
RUN xcaddy build \ RUN xcaddy build \
--with github.com/mholt/caddy-l4 --with github.com/mholt/caddy-l4 \
--with github.com/caddyserver/jsonc-adapter
# Pull the compiled binary into the final lightweight image # Pull the compiled binary into the final lightweight image
FROM caddy:latest FROM caddy:latest