This commit is contained in:
Adrien le Maire 2020-10-22 11:16:35 +00:00
parent 8d97004647
commit 1e6c5f9989

View File

@ -36,7 +36,7 @@ RUN sed -r -i "/^\s*(CustomLog|ErrorLog|Listen) /s/^/#/" /etc/apache2/apache2.co
sed -r -i "/^\s*User /s/^/#/" /etc/apache2/apache2.conf && \
sed -r -i "/^\s*Group /s/^/#/" /etc/apache2/apache2.conf && \
touch /var/www/FreshRSS/Docker/env.txt && \
chown www-data:ww-data /var/run/apache2/
chown www-data:www-data /var/run/apache2/
WORKDIR /var/www/FreshRSS
RUN chown -R :www-data . && \