Commit 16b5c5dd authored by Shane Kilkelly's avatar Shane Kilkelly
Browse files

Chown the sharelatex directory to www-data

parent 27616154
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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