mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
run as app user and chmod 777 compiles dir
This commit is contained in:
parent
f6663f2f5f
commit
edf0125c2f
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ chown -R app:app /app/cache
|
|||
|
||||
mkdir -p /app/compiles
|
||||
chown -R app:app /app/compiles
|
||||
chmod -R 777 /app/compiles #TODO why do I need this?
|
||||
|
||||
./bin/install_texlive_gce.sh
|
||||
exec "$@"
|
||||
exec runuser -u app "$@"
|
Loading…
Reference in a new issue