Update freshrss/Dockerfile

This commit is contained in:
Adrien le Maire 2020-10-22 11:05:53 +00:00
parent a8a403dd67
commit 8d97004647

View File

@ -36,7 +36,6 @@ 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 && \
mkdir /var/run/apache2/ && \
chown www-data:ww-data /var/run/apache2/
WORKDIR /var/www/FreshRSS