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"