„Dockerfile“ ändern

This commit is contained in:
Christopher 2020-06-14 09:45:09 +00:00
parent 29b8f5818f
commit e1335c507c
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ RUN a2enmod rewrite
RUN rm -r -f /var/www/html/*
RUN chown -R www-data:www-data /var/www/html
RUN a2enmod remoteip
ENV APACHE_RUN_USER www-data
ENV APACHE_RUN_GROUP www-data
ENV APACHE_LOG_DIR /tmp