|
|
|
@ -23,5 +23,4 @@ RUN sed -i.bak -r 's/(User|Group) apache/\1 deploy/' /etc/apache2/httpd.conf
@@ -23,5 +23,4 @@ RUN sed -i.bak -r 's/(User|Group) apache/\1 deploy/' /etc/apache2/httpd.conf
|
|
|
|
|
RUN openrc |
|
|
|
|
RUN touch /run/openrc/softlevel |
|
|
|
|
RUN rc-update add apache2 |
|
|
|
|
|
|
|
|
|
ENTRYPOINT ["rc-service", "apache2", "restart"] |
|
|
|
|
RUN rc-service apache2 restart |