Skip to content

Commit 41253f3

Browse files
authored
Pass php.ini to FrankenPHP
1 parent c576d04 commit 41253f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FrankenPHP.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ COPY --chown=${USER}:${USER} deployment/supervisord.*.conf /etc/supervisor/conf.
147147
COPY --chown=${USER}:${USER} deployment/start-container /usr/local/bin/start-container
148148
COPY --chown=${USER}:${USER} deployment/php.ini ${PHP_INI_DIR}/conf.d/99-octane.ini
149149

150+
# FrankenPHP embedded PHP configuration
151+
COPY --chown=${USER}:${USER} deployment/php.ini /lib/php.ini
152+
150153
RUN composer install \
151154
--classmap-authoritative \
152155
--no-interaction \

0 commit comments

Comments
 (0)