Skip to content

Commit c72eae1

Browse files
committed
refactor: Ensure custom php.ini priority
1 parent 6ab7294 commit c72eae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ RUN apk add --update --no-cache \
3030
php${PHP}-pecl-swoole \
3131
php${PHP}-pecl-xdebug \
3232
&& ln -sf /usr/bin/php${PHP} /usr/bin/php \
33-
&& mv /etc/php/php.ini /etc/php${PHP}/conf.d/99_phpctl.ini
33+
&& mv /etc/php/php.ini /etc/php${PHP}/conf.d/zzphp.ini
3434
ENTRYPOINT [ "/usr/bin/php" ]
3535
CMD [ "-v" ]

0 commit comments

Comments
 (0)