diff --git a/Dockerfile b/Dockerfile index 4f0dbb4..c049ebf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["/usr/sbin/httpd -k start"] \ No newline at end of file