This commit is contained in:
franknstayn
2023-08-30 01:10:32 +08:00
parent e767d3f0e9
commit 006169a8b7

View File

@@ -38,6 +38,9 @@ RUN composer install
# Generate Laravel application key # Generate Laravel application key
RUN php artisan key:generate RUN php artisan key:generate
# Create directory for the socket and set permissions
RUN mkdir -p /run/php && chown www-data:www-data /run/php
# Copy the www.conf file to PHP-FPM pool.d directory # Copy the www.conf file to PHP-FPM pool.d directory
COPY www.conf /usr/local/etc/php-fpm.d/www.conf COPY www.conf /usr/local/etc/php-fpm.d/www.conf