mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Use php.ini-production
This commit is contained in:
1
debian/Dockerfile
vendored
1
debian/Dockerfile
vendored
@@ -89,6 +89,7 @@ RUN install-php-extensions \
|
||||
@composer
|
||||
|
||||
# Configure PHP
|
||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
||||
COPY php/php.ini /usr/local/etc/php/conf.d/app.ini
|
||||
COPY php/php-fpm.conf /usr/local/etc/php-fpm.d/www.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user