fix dockerfile permission issue

This commit is contained in:
Samuel Tan 2022-10-21 16:32:22 +08:00
parent 36a91c8d4d
commit a3fb9eef8d
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@ 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 chmod 770 -R /var/www/html/templates_c/
ENV CONVERT=1