From 4aac3beef942154bc8e09fbd9846e8bf9bb983fa Mon Sep 17 00:00:00 2001 From: Conrad Schulz Date: Mon, 2 Jan 2023 15:03:57 +0100 Subject: [PATCH] adding start apache cmd --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index e9e72a5..d153f36 100644 --- a/dockerfile +++ b/dockerfile @@ -53,4 +53,4 @@ RUN cd /var/www/html && COMPOSER=composer.local.json composer require --no-updat RUN cd /var/www/html # Start from the webserver neccessary or not? Test from 23.04.2021 -> not needed -#CMD ["apache2-foreground"] \ No newline at end of file +CMD ["apache2-foreground"] \ No newline at end of file