fix allow-read on cloud

This commit is contained in:
Ruben Fiszel
2023-07-24 16:34:45 +02:00
parent ca4ca371ff
commit c7157dc1fa

View File

@@ -1889,7 +1889,7 @@ run().catch(async (e) => {{
}
} else if !*DISABLE_NSJAIL {
args.push("--allow-net");
args.push("--allow-read=./");
args.push("--allow-read=./,/tmp/windmill/cache/deno/");
args.push("--allow-write=./");
args.push("--allow-env");
} else {