mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
try changing bin to be owned by node
This commit is contained in:
parent
a80700f3e4
commit
b28d210357
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ chown -R node:node /app/bin/synctex
|
|||
mkdir -p /app/test/acceptance/fixtures/tmp/
|
||||
chown -R node:node /app
|
||||
|
||||
chown -R node:node /app/bin
|
||||
|
||||
./bin/install_texlive_gce.sh
|
||||
exec runuser -u node "$@"
|
Loading…
Reference in a new issue