try running as root

This commit is contained in:
Henry Oswald 2018-03-19 09:51:26 +00:00
parent f496de6d13
commit f6663f2f5f

View file

@ -11,4 +11,4 @@ mkdir -p /app/compiles
chown -R app:app /app/compiles
./bin/install_texlive_gce.sh
exec runuser -u app "$@"
exec "$@"