gitea-pages/Dockerfile
ebner 9827bfc910 Use plain alpine image for run container
This brings down the image size by half
2025-02-20 09:17:53 +01:00

8 lines
166 B
Docker

FROM caddy:builder-alpine AS builder
RUN xcaddy build --with github.com/simongregorebner/gitea-pages
FROM alpine
COPY --from=builder /usr/bin/caddy /usr/bin/caddy