Allow comments in config file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -3,7 +3,8 @@ FROM caddy:builder AS builder
|
||||
|
||||
# Build Caddy with the Layer 4 module included
|
||||
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
|
||||
FROM caddy:latest
|
||||
|
||||
Reference in New Issue
Block a user