Fix: variables_order=EGPCS für $_ENV Support
Bedrock braucht $_ENV für env() Funktion
🤖 Generated with Claude Code
This commit is contained in:
@@ -18,6 +18,9 @@ RUN install-php-extensions mysqli pdo_mysql \
|
||||
&& curl -o /usr/local/bin/wp https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar \
|
||||
&& chmod +x /usr/local/bin/wp
|
||||
|
||||
# PHP config für Bedrock (variables_order mit E für $_ENV)
|
||||
COPY php-custom.ini /usr/local/etc/php/conf.d/99-bedrock.ini
|
||||
|
||||
# Startup-Script in /etc/entrypoint.d/ (serversideup Standard)
|
||||
COPY --chmod=755 entrypoint.d/ /etc/entrypoint.d/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user