Remove worker config (#70)

This commit is contained in:
2026-02-18 16:39:17 +01:00
committed by GitHub
parent e97cb4b034
commit b281a199d3
2 changed files with 0 additions and 5 deletions

View File

@@ -87,7 +87,6 @@ FROM frankenphp_base AS frankenphp_prod
RUN rm -rf /var/lib/apt/lists/*
ENV APP_ENV=prod
ENV FRANKENPHP_CONFIG="import worker.Caddyfile"
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"

View File

@@ -1,4 +0,0 @@
worker {
file ./public/index.php
env APP_RUNTIME Runtime\FrankenPhpSymfony\Runtime
}