mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-20 13:24:02 +01:00
- Use default laravel nginx and extend it with invoiceninja -specific settings
- Overwrite php.ini/php-fpm.ini settings with customized settings
This commit is contained in:
2
debian/Dockerfile
vendored
2
debian/Dockerfile
vendored
@@ -91,8 +91,6 @@ RUN install-php-extensions \
|
||||
|
||||
# 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
|
||||
|
||||
# Copy scripts
|
||||
COPY rootfs /
|
||||
|
||||
Reference in New Issue
Block a user