mirror of
https://github.com/simongregorebner/gitea-pages.git
synced 2025-06-12 16:17:12 +02:00
Initial commit after rewrite
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM caddy:builder-alpine AS builder
|
||||
|
||||
RUN xcaddy build --with github.com/simongregorebner/gitea-pages
|
||||
|
||||
FROM caddy:alpine
|
||||
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
Reference in New Issue
Block a user