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.
php.ini
1 parent c576d04 commit 41253f3Copy full SHA for 41253f3
FrankenPHP.Dockerfile
@@ -147,6 +147,9 @@ COPY --chown=${USER}:${USER} deployment/supervisord.*.conf /etc/supervisor/conf.
147
COPY --chown=${USER}:${USER} deployment/start-container /usr/local/bin/start-container
148
COPY --chown=${USER}:${USER} deployment/php.ini ${PHP_INI_DIR}/conf.d/99-octane.ini
149
150
+# FrankenPHP embedded PHP configuration
151
+COPY --chown=${USER}:${USER} deployment/php.ini /lib/php.ini
152
+
153
RUN composer install \
154
--classmap-authoritative \
155
--no-interaction \
0 commit comments