Skip to content

Commit

Permalink
Pass php.ini to FrankenPHP
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa committed Mar 17, 2024
1 parent c576d04 commit 41253f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FrankenPHP.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ COPY --chown=${USER}:${USER} deployment/supervisord.*.conf /etc/supervisor/conf.
COPY --chown=${USER}:${USER} deployment/start-container /usr/local/bin/start-container
COPY --chown=${USER}:${USER} deployment/php.ini ${PHP_INI_DIR}/conf.d/99-octane.ini

# FrankenPHP embedded PHP configuration
COPY --chown=${USER}:${USER} deployment/php.ini /lib/php.ini

RUN composer install \
--classmap-authoritative \
--no-interaction \
Expand Down

0 comments on commit 41253f3

Please sign in to comment.