Chown the sharelatex directory to www-data
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user