updated
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user