try changing bin to be owned by node

This commit is contained in:
Henry Oswald 2018-08-23 00:10:06 +01:00
parent a80700f3e4
commit b28d210357

View file

@ -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 "$@"