This repository has been archived on 2024-12-14. You can view files and clone it, but cannot push or open issues or pull requests.
caddy-gitea/Dockerfile
2022-11-02 19:00:51 +01:00

8 lines
177 B
Docker

FROM caddy:2.6-builder-alpine AS builder
RUN xcaddy build \
--with github.com/42wim/caddy-gitea@v0.0.3
FROM caddy:2.6.2
COPY --from=builder /usr/bin/caddy /usr/bin/caddy