diff --git a/Dockerfile b/Dockerfile index 56cf363..92c9235 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,8 @@ RUN mkdir -p bootstrap/cache storage/framework/views storage/framework/cache sto COPY docker/nginx.conf /etc/nginx/http.d/default.conf COPY docker/supervisord.conf /etc/supervisor.conf -RUN php-fpm -t \ +RUN printf '[www]\nlisten = 127.0.0.1:9000\n' > /usr/local/etc/php-fpm.d/zz-opencode.conf \ + && php-fpm -t \ && nginx -t \ && echo "* * * * * php /app/artisan schedule:run >> /dev/null 2>&1" > /etc/crontabs/www-data