add php ini

This commit is contained in:
ivamp 2024-06-03 22:07:56 +08:00
parent 7ff6ae74d9
commit d67ac495f4
2 changed files with 1945 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN rm /usr/local/bin/install-php-extensions && rm -rf /var/lib/apt/lists/* && r
WORKDIR /var/www
COPY entrypoint.sh /entrypoint.sh
COPY php.ini /usr/local/etc/php/php.ini
RUN chmod +x /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]

1944
php.ini Normal file

File diff suppressed because it is too large Load Diff