init
This commit is contained in:
commit
f0cb4adf38
2 changed files with 57 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM caddy:builder AS builder
|
||||
|
||||
$XCADDY_CMD
|
||||
|
||||
FROM caddy:latest
|
||||
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
Loading…
Add table
Add a link
Reference in a new issue