Update
All checks were successful
Build and push image / Build (push) Successful in 20m17s

This commit is contained in:
Jack
2024-11-12 14:30:57 +00:00
parent 53de2d2533
commit 88a7f5b5f8
3 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ FROM php:8.1-fpm-alpine
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN apk update && apk upgrade
COPY ./config/php.ini-production "$PHP_INI_DIR/php.ini-production"
COPY ./config/pool.d "$PHP_INI_DIR/"
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"