9 Commits

Author SHA1 Message Date
2e35ab1038 doctine recipe 2026-02-06 09:45:54 +01:00
6e78a22896 symfony/timulus-bundle
recipe
2026-02-05 22:12:18 +01:00
32c9c3f8c7 symfony/security
recipe
2026-02-05 22:10:47 +01:00
731b445849 symfony/routing
recipe
2026-02-05 22:08:45 +01:00
47babe6777 symfony/phpunut
recipe
2026-02-05 22:07:05 +01:00
56497c6458 symfony/framework-bundle
recipe
2026-02-05 22:06:00 +01:00
c61e203a4d Update recipe for sentry 2026-02-05 22:01:40 +01:00
45404db12f Symfony 8.0 2026-02-05 21:58:55 +01:00
c84cce3fc2 Pre upgrade 2026-02-05 20:29:45 +01:00
2 changed files with 5 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ 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

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