Apache fixes

This commit is contained in:
Andrei Condurachi 2020-11-23 21:15:22 +02:00
parent 8cf52b486d
commit b650bd6f8f
1 changed files with 1 additions and 1 deletions

View File

@ -142,4 +142,4 @@ RUN chown -R apache:apache /var/log/apache2
RUN chown -R apache:apache /run/apache2
# Start Apache
CMD ["/usr/sbin/httpd", "-D"]
CMD ["/usr/sbin/httpd -k start"]