run as app user and chmod 777 compiles dir

This commit is contained in:
Henry Oswald
2018-03-19 12:56:53 +00:00
parent aeb6f48945
commit 0915ac8c60

View File

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