aap: Do not create PID directory for apache
The PID directory is now created automatically
This commit is contained in:
parent
0a785dd09d
commit
76fa8ac99f
1 changed files with 2 additions and 2 deletions
|
@ -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\
|
||||
|
|
Reference in a new issue