diff --git a/Dockerfile b/Dockerfile index 4e45185..1a87323 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +RUN rc-service apache2 restart \ No newline at end of file