Initial custom image build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-12 00:18:59 -05:00
commit 46f375c560
2 changed files with 33 additions and 0 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM caddy:builder-alpine AS builder
RUN xcaddy build \
--with github.com/greenpau/caddy-security@v1.1.16 \
--with github.com/greenpau/caddy-trace@v1.1.10
FROM caddy:alpine
COPY --from=builder /usr/bin/caddy /usr/bin/caddy