adding start apache cmd

This commit is contained in:
Conrad Schulz 2023-01-02 15:03:57 +01:00
parent be91aef178
commit 4aac3beef9

View file

@ -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"]
CMD ["apache2-foreground"]