mirror of
https://github.com/simongregorebner/gitea-pages.git
synced 2025-04-20 01:40:03 +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
|
||||
|
||||
FROM caddy:alpine
|
||||
FROM alpine
|
||||
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
|
Loading…
x
Reference in New Issue
Block a user