From b650bd6f8f6d81e8fd849c0a390cd0d37c08cf10 Mon Sep 17 00:00:00 2001 From: Andrei Condurachi Date: Mon, 23 Nov 2020 21:15:22 +0200 Subject: [PATCH] Apache fixes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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