There was an error while loading. Please reload this page.
1 parent 6ab7294 commit c72eae1Copy full SHA for c72eae1
Dockerfile
@@ -30,6 +30,6 @@ RUN apk add --update --no-cache \
30
php${PHP}-pecl-swoole \
31
php${PHP}-pecl-xdebug \
32
&& ln -sf /usr/bin/php${PHP} /usr/bin/php \
33
- && 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
34
ENTRYPOINT [ "/usr/bin/php" ]
35
CMD [ "-v" ]
0 commit comments