1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/suites/example/compose/caddy/Dockerfile
James Elliott 0f7da4fd90
fix(suites): fix passive health checks for caddy suite ()
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