This commit is contained in:
P.H. Vos 2019-09-25 14:20:50 +02:00
parent 126cc7e0ef
commit 3fdb0a2a07
1 changed files with 2 additions and 2 deletions

View File

@ -20,5 +20,5 @@ EXPOSE 80
WORKDIR /var/www
CMD ["/usr/sbin/httpd -D FOREGROUND" "-f" "/etc/apache2/httpd.conf"]
CMD ["-D","FOREGROUND"]
ENTRYPOINT ["/usr/sbin/httpd"]