mirror of
https://github.com/simongregorebner/gitea-pages.git
synced 2025-06-12 16:17:12 +02:00
Use plain alpine image for run container
This brings down the image size by half
This commit is contained in:
@ -2,6 +2,6 @@ FROM caddy:builder-alpine AS builder
|
||||
|
||||
RUN xcaddy build --with github.com/simongregorebner/gitea-pages
|
||||
|
||||
FROM caddy:alpine
|
||||
FROM alpine
|
||||
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
|
Reference in New Issue
Block a user