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.
1 parent 67e164c commit 8de409eCopy full SHA for 8de409e
Dockerfile
@@ -77,7 +77,7 @@ USER dirigent
77
78
ENV APP_ENV="prod"
79
ENV DATABASE_URL="postgresql://dirigent@127.0.0.1:5432/dirigent?serverVersion=16&charset=utf8"
80
-ENV CONDUCTOR_IMAGE=1
+ENV DIRIGENT_IMAGE=1
81
82
WORKDIR /srv/app
83
src/Kernel.php
@@ -20,7 +20,7 @@ protected function configureContainer(ContainerConfigurator $container): void
20
$container->import($configDir . '/packages/*.yaml');
21
$container->import($configDir . '/services.yaml');
22
23
- if (isset($_SERVER['CONDUCTOR_IMAGE'])) {
+ if (isset($_SERVER['DIRIGENT_IMAGE'])) {
24
$container->import('/srv/config/*.{json,php,yaml}');
25
}
26
0 commit comments