mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
try running as root
This commit is contained in:
parent
f496de6d13
commit
f6663f2f5f
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ mkdir -p /app/compiles
|
||||||
chown -R app:app /app/compiles
|
chown -R app:app /app/compiles
|
||||||
|
|
||||||
./bin/install_texlive_gce.sh
|
./bin/install_texlive_gce.sh
|
||||||
exec runuser -u app "$@"
|
exec "$@"
|
Loading…
Reference in a new issue