Apache update

This commit is contained in:
Andrei Condurachi 2020-11-20 18:34:04 +02:00
parent 499b0fc19e
commit bb5ef3e8f5
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ RUN sed -i 's/LoadModule mpm_prefork_module/#LoadModule mpm_prefork_module/g' /e
COPY vhost.conf /etc/apache2/conf.d/vhost.conf COPY vhost.conf /etc/apache2/conf.d/vhost.conf
USER www-data
# Define Grav specific version of Grav or use latest stable # Define Grav specific version of Grav or use latest stable
ENV GRAV_VERSION latest ENV GRAV_VERSION latest