File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,15 +96,15 @@ COPY ./config/php.ini $PHP_INI_DIR/conf.d/
9696
9797# Setup config for supervisor nginx php-fpm crontabs
9898RUN mkdir /etc/supervisor.d
99- COPY ./config/supervisord-master.ini /etc/supervisor.d/
99+ COPY ./config/supervisord-master.ini /etc/supervisor.d/master.ini
100100COPY ./config/supervisord.conf /etc/
101101
102102RUN mkdir /var/log/supervisor/
103103RUN touch /var/log/supervisor/supervisord.log
104104RUN chown -R www-data:www-data /var/log/supervisor/
105105
106- COPY ./config/nginx-default.conf /etc/nginx/conf.d
107- COPY ./config/nginx.conf /etc/nginx/
106+ COPY ./config/nginx-default.conf /etc/nginx/conf.d/default.conf
107+ COPY ./config/nginx.conf /etc/nginx/nginx.conf
108108
109109COPY ./config/php-fpm.conf /usr/local/etc/php-fpm.conf.d/www.conf
110110COPY ./config/php-fpm.conf /usr/local/etc/php-fpm.d/www.conf
You can’t perform that action at this time.
0 commit comments