authelia/internal/suites/example/compose/caddy/Dockerfile
James Elliott 0f7da4fd90
fix(suites): fix passive health checks for caddy suite (#3627)
This change fixes an issue that was incorrectly marking the primary load balancer target for the front end in dev mode as down.
2022-06-30 11:39:50 +10:00

8 lines
146 B
Docker

FROM caddy:2.5.1-builder AS builder
RUN xcaddy build fix-empty-copy-headers
FROM caddy:2.5.1
COPY --from=builder /usr/bin/caddy /usr/bin/caddy