mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
0f7da4fd90
This change fixes an issue that was incorrectly marking the primary load balancer target for the front end in dev mode as down.
8 lines
146 B
Docker
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
|