This commit is contained in:
Frank John Begornia
2023-10-01 02:48:36 +08:00
parent ac11e91421
commit 2ccb6c2ece

View File

@@ -40,7 +40,7 @@ RUN php artisan key:generate
RUN mkdir -p /run/php && chown www-data:www-data /run/php 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
# Expose port 9000 and start php-fpm server # Expose port 9000 and start php-fpm server
EXPOSE 9000 EXPOSE 9000