Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
qunabu authored Sep 27, 2023
1 parent da0b39c commit 3b49c38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +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 \
&& mkdir -p /etc/php-fpm-custom.d/ \
&& 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 3b49c38

Please sign in to comment.