mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Chown the sharelatex directory to www-data
This commit is contained in:
parent
2761615440
commit
16b5c5dd1a
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ RUN cd /var/www/sharelatex/web; \
|
||||||
grunt compile:minify;
|
grunt compile:minify;
|
||||||
|
|
||||||
RUN cd /var/www/sharelatex/clsi; \
|
RUN cd /var/www/sharelatex/clsi; \
|
||||||
grunt compile:bin
|
grunt compile:bin; \
|
||||||
|
chown -R www-data:www-data /var/www/sharelatex;
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue