fixup! fix dockerfile permission issue (#426)

This commit is contained in:
Pierre Rudloff 2023-03-21 20:07:31 +01:00
parent b52a582539
commit b23ce88be8
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -11,4 +11,5 @@ RUN php composer.phar check-platform-reqs --no-dev
RUN php composer.phar install --prefer-dist --no-progress --no-dev --optimize-autoloader
RUN mkdir /var/www/html/templates_c/
RUN chmod 770 -R /var/www/html/templates_c/
RUN chown www-data -R /var/www/html/templates_c/
ENV CONVERT=1