Chown the sharelatex directory to www-data

This commit is contained in:
Shane Kilkelly 2018-01-08 16:21:18 +00:00
parent 04579ce503
commit 9091749448

View file

@ -44,7 +44,8 @@ RUN cd /var/www/sharelatex/web; \
grunt compile:minify;
RUN cd /var/www/sharelatex/clsi; \
grunt compile:bin
grunt compile:bin; \
chown -R www-data:www-data /var/www/sharelatex;
EXPOSE 80