Skip to content

Commit

Permalink
refactor: Ensure custom php.ini priority
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Dec 23, 2023
1 parent 6ab7294 commit c72eae1
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 @@ -30,6 +30,6 @@ RUN apk add --update --no-cache \
php${PHP}-pecl-swoole \
php${PHP}-pecl-xdebug \
&& ln -sf /usr/bin/php${PHP} /usr/bin/php \
&& mv /etc/php/php.ini /etc/php${PHP}/conf.d/99_phpctl.ini
&& mv /etc/php/php.ini /etc/php${PHP}/conf.d/zzphp.ini
ENTRYPOINT [ "/usr/bin/php" ]
CMD [ "-v" ]

0 comments on commit c72eae1

Please sign in to comment.