Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Correcting php.ini path
Browse files Browse the repository at this point in the history
  • Loading branch information
evanjamesjackson committed Apr 8, 2024
1 parent 3258656 commit 629d784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG $PHP_MAX_EXECUTION_TIME=0
ARG $PHP_MAX_INPUT_TIME=-1
ARG $PHP_SESSION_SAVE_HANDLER=redis
ARG $PHP_SESSION_SAVE_PATH="tcp://${REDIS_HOST}:6379?database=${REDIS_SESSION_DB}"
COPY /php/php.ini /usr/local/etc/php/conf.d/php.ini
COPY /base/php.ini /usr/local/etc/php/conf.d/php.ini

FROM base as php
COPY /php/supervisord.conf /etc/supervisor/supervisord.conf
Expand Down

0 comments on commit 629d784

Please sign in to comment.