fixup! fix dockerfile permission issue (#426)
This commit is contained in:
parent
b52a582539
commit
b23ce88be8
1 changed files with 1 additions and 0 deletions
|
@ -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 php composer.phar install --prefer-dist --no-progress --no-dev --optimize-autoloader
|
||||||
RUN mkdir /var/www/html/templates_c/
|
RUN mkdir /var/www/html/templates_c/
|
||||||
RUN chmod 770 -R /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
|
ENV CONVERT=1
|
||||||
|
|
Loading…
Reference in a new issue