From c3458a0d9d0eb8204a5f9bc34b53ac473a02e135 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Sat, 28 Feb 2026 02:13:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9E=84=E5=BB=BA=E6=96=87=E4=BB=B6):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..950bf4b --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM caddy:2.11.1-builder-alpine AS builder + +RUN xcaddy build --with github.com/mholt/caddy-l4 + +FROM caddy:2.11.1-alpine + +COPY --from=builder /usr/bin/caddy /usr/bin/caddy \ No newline at end of file