Update entrypoint
All checks were successful
Create and publish container / build_container (push) Successful in 7s

This commit is contained in:
2025-12-23 07:13:32 +01:00
parent 3d59eb4142
commit 16502ebaf6

View File

@@ -12,11 +12,7 @@ if [ -n "$EXTRA_PKGS" ]; then
done done
fi fi
cd /root/data ls /root
if [ -n "$WORKING_DIR" ]; then
cd "$WORKING_DIR"
fi
echo "Runner started, will run latexmk with extra args $EXTRA_ARGS" echo "Runner started, will run latexmk with extra args $EXTRA_ARGS"