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