This commit is contained in:
2021-01-13 00:03:32 +01:00
parent df784e6ac8
commit 1c620679d7
4 changed files with 14 additions and 11 deletions

View File

@ -10,6 +10,7 @@ COPY ./www/* /www/
RUN chown -R www:www /var/lib/nginx
RUN chown -R www:www /www
COPY configs/nginx.conf /etc/nginx/nginx.conf
RUN rm -f /etc/nginx/conf.d/*
COPY configs/envs/php7.sh /etc/profile.d/php7.sh
RUN chown www:www /var/log/php7