Archived
1
0
Fork 0

aap: Do not create PID directory for apache

The PID directory is now created automatically
This commit is contained in:
Joerg Elfring 2019-03-01 22:06:23 +01:00
parent 0a785dd09d
commit 76fa8ac99f

View file

@ -33,8 +33,8 @@ RUN apk add --update --no-cache \
## Configure apache
COPY assets/php.ini /etc/php7/php.ini
COPY assets/httpd.conf /etc/apache2/httpd.conf
RUN mkdir /run/apache2 \
&& chown apache:apache /run/apache2
RUN chown apache:apache /run/apache2
## Some customization for running websites
RUN chown -R apache:apache /var/www/localhost\