From aeb6f48945b68319d0b30dafd581b18c86229f41 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Mon, 19 Mar 2018 09:51:26 +0000 Subject: [PATCH] try running as root --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ecb28d1..6722a41 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,4 +11,4 @@ mkdir -p /app/compiles chown -R app:app /app/compiles ./bin/install_texlive_gce.sh -exec runuser -u app "$@" \ No newline at end of file +exec "$@" \ No newline at end of file