Skip to content

Commit

Permalink
Merge pull request #301 from EscolaLMS/develop
Browse files Browse the repository at this point in the history
php-fpm-custom.ini path fix
  • Loading branch information
qunabu authored Sep 27, 2023
2 parents f961fba + 1f59d38 commit 8265488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN cp docker/envs/.env.postgres.prod /var/www/html/.env \
&& cp docker/conf/supervisor/horizon.conf /etc/supervisor/custom.d/horizon.conf \
&& cp docker/conf/caddy/Caddyfile /etc/caddy/Caddyfile \
&& cp docker/conf/php/xxx-devilbox-default-php.ini /usr/local/etc/php/conf.d/xxx-devilbox-default-php.ini \
&& cp docker/conf/php/php-fpm-custom.ini /usr/local/etc/php-fpm.conf/php-fpm-custom.ini
&& cp docker/conf/php/php-fpm-custom.ini /etc/php-fpm-custom.d/php-fpm-custom.ini
RUN composer self-update && composer install --no-scripts
RUN chown -R devilbox:devilbox /var/www/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.develop
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN cp docker/envs/.env.postgres.develop /var/www/html/.env \
&& cp docker/conf/supervisor/horizon.conf /etc/supervisor/custom.d/horizon.conf \
&& cp docker/conf/caddy/Caddyfile /etc/caddy/Caddyfile \
&& cp docker/conf/php/xxx-devilbox-default-php.ini /usr/local/etc/php/conf.d/xxx-devilbox-default-php.ini \
&& cp docker/conf/php/php-fpm-custom.ini /usr/local/etc/php-fpm.conf/php-fpm-custom.ini
&& cp docker/conf/php/php-fpm-custom.ini /etc/php-fpm-custom.d/php-fpm-custom.ini
RUN composer self-update && composer install --no-scripts
RUN chown -R devilbox:devilbox /var/www/

Expand Down

0 comments on commit 8265488

Please sign in to comment.