diff --git a/Dockerfile b/Dockerfile index 148bad64..a485d1d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM wyveo/nginx-php-fpm:php74 RUN mkdir -p /var/lib/nginx/cache /usr/share/nginx/subdomain; cd /usr/share/nginx/subdomain ; mkdir www COPY wp/ /usr/share/nginx/subdomain/www +RUN sed -i 's/;pm.status_path/pm.status_path/g' /etc/php/7.4/fpm/pool.d/www.conf #RUN rm /etc/nginx/conf.d/default.conf #COPY build/default.conf /etc/nginx/conf.d/default.conf COPY redinessprobe-wp.sh /root/redinessprobe-wp.sh