mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Chown the sharelatex directory to www-data
This commit is contained in:
parent
04579ce503
commit
9091749448
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue