disable apache2 switch user as user is set on container

This commit is contained in:
Adrien le Maire 2020-09-12 21:57:05 +02:00
parent e50bf9b12c
commit 250ff85649

View File

@ -33,6 +33,8 @@ RUN a2dismod -f alias autoindex negotiation status && \
RUN sed -r -i "/^\s*(CustomLog|ErrorLog|Listen) /s/^/#/" /etc/apache2/apache2.conf && \
sed -r -i "/^\s*Listen /s/^/#/" /etc/apache2/ports.conf && \
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
WORKDIR /var/www/FreshRSS