From 5ba2329f8e05a413527ce68b4d79e0e341490e49 Mon Sep 17 00:00:00 2001 From: docker-images Date: Mon, 28 Jul 2025 01:26:29 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6d98ad6..3c029f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,13 +10,11 @@ RUN CGO_ENABLED=1 \ xcaddy build \ --output /usr/local/bin/frankenphp \ --with github.com/dunglas/frankenphp=./ \ - --with github.com/dunglas/frankenphp/caddy=./caddy/ - # --with github.com/dunglas/caddy-cbrotli - # Add extra Caddy modules here + --with github.com/dunglas/frankenphp/caddy=./caddy/ \ +#$XCADDY_APPS FROM dunglas/frankenphp AS runner COPY --from=builder /usr/local/bin/frankenphp /usr/local/bin/frankenphp -# $XCADDY_CMD \ No newline at end of file