fixup! fix dockerfile permission issue (#426)

This commit is contained in:
Pierre Rudloff 2022-11-07 21:19:52 +01:00
parent d060650833
commit f32412e861
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ COPY resources/php.ini /usr/local/etc/php/
COPY . /var/www/html/
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/
ENV CONVERT=1