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