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