Skip to content

Commit

Permalink
use php.ini-production
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcoz committed Oct 15, 2024
1 parent f68531b commit 3b35152
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 3.0-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,12 @@ RUN curl -L -o /tmp/iTop.zip https://sourceforge.net/projects/itop/files/itop/${
# Add custom logo
COPY images/* /var/www/html/images/

# Use the default production configuration
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
# Add custom PHP configuration
COPY php.ini /usr/local/etc/php/conf.d/custom.ini

# Add default configuration
COPY php.ini /usr/local/etc/php/php.ini
COPY config-itop.php /var/www/html/conf/production/config-itop.php
RUN chown -R www-data: /var/www/html/conf

Expand Down

0 comments on commit 3b35152

Please sign in to comment.