From ac46f380cb6f846cf379bc72da478ec8ecec4420 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Wed, 18 Feb 2026 16:50:04 +0100 Subject: [PATCH] Remove worker (#71) * Remove worker config * Do not copy worker.Caddyfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5cd6e57..75b90d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,7 +91,6 @@ ENV APP_ENV=prod RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" COPY --link frankenphp/conf.d/20-app.prod.ini $PHP_INI_DIR/app.conf.d/ -COPY --link frankenphp/worker.Caddyfile /etc/caddy/worker.Caddyfile # prevent the reinstallation of vendors at every changes in the source code COPY --link composer.* symfony.* ./