From 2ccb6c2ece954650ce9ae9213c2b7f70ed163a9a Mon Sep 17 00:00:00 2001 From: Frank John Begornia Date: Sun, 1 Oct 2023 02:48:36 +0800 Subject: [PATCH] updated --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2cec03c..65b4641 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN php artisan key:generate RUN mkdir -p /run/php && chown www-data:www-data /run/php # 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 9000