From 584233d09c3a5cec81bbfe1b95b8a7bf1f210fd2 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 23 Dec 2025 07:20:29 +0100 Subject: [PATCH] Update entrypoint --- latex/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latex/entrypoint.sh b/latex/entrypoint.sh index caa48dd..f89b2a4 100755 --- a/latex/entrypoint.sh +++ b/latex/entrypoint.sh @@ -17,7 +17,7 @@ if [ -n "$WORKDIR" ]; then cd "$WORKDIR" fi -ls /root +ls echo "Runner started, will run latexmk with extra args $EXTRA_ARGS"