fix: bun loader with nsjail

This commit is contained in:
Ruben Fiszel
2024-05-14 01:17:01 +02:00
parent c3fb407c7d
commit b1a13bea20
@@ -86,8 +86,8 @@ mount {
mount {
src: "{JOB_DIR}/loader.bun.ts"
dst: "/tmp/{LANG}/loader.bun.ts"
src: "{JOB_DIR}/loader.bun.js"
dst: "/tmp/{LANG}/loader.bun.js"
is_bind: true
mandatory: false
}