We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
runtime/frankenphp-symfony
1 parent 6c1f6f9 commit 1ad09f7Copy full SHA for 1ad09f7
frankenphp/Caddyfile
@@ -8,7 +8,6 @@
8
9
worker {
10
file ./public/index.php
11
- env APP_RUNTIME Runtime\FrankenPhpSymfony\Runtime
12
{$FRANKENPHP_WORKER_CONFIG}
13
}
14
frankenphp/docker-entrypoint.sh
@@ -13,7 +13,7 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
cd -
rm -Rf tmp/
15
16
- composer require "php:>=$PHP_VERSION" runtime/frankenphp-symfony
+ composer require "php:>=$PHP_VERSION"
17
composer config --json extra.symfony.docker 'true'
18
19
if grep -q ^DATABASE_URL= .env; then
0 commit comments