„Dockerfile“ ändern
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Christopher 2022-08-28 22:30:05 +00:00
parent d5b4879e41
commit 5f55b40dd6
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --fix-missing nano apache2 php php-cli
RUN a2enmod rewrite
RUN a2enmod remoteip
RUN a2enmod expires
RUN a2enmod http2
RUN rm -r -f /var/www/html/*
RUN chown -R www-data:www-data /var/www/html