Skip to content

Commit

Permalink
fix: nsjail + frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoCasa committed May 14, 2024
1 parent 2f61d98 commit c576130
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions backend/windmill-worker/nsjail/run.php.config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,28 @@ mount {
rw: true
is_bind: true
}

mount {
src: "{JOB_DIR}/composer.json"
dst: "/tmp/composer.json"
is_bind: true
mandatory: false
}

mount {
src: "{JOB_DIR}/composer.lock"
dst: "/tmp/composer.lock"
is_bind: true
mandatory: false
}

mount {
src: "{JOB_DIR}/vendor"
dst: "/tmp/vendor"
is_bind: true
mandatory: false
}

iface_no_lo: true

mount {
Expand Down
8 changes: 4 additions & 4 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"vscode-languageclient": "~9.0.1",
"vscode-uri": "~3.0.8",
"vscode-ws-jsonrpc": "~3.1.0",
"windmill-parser-wasm": "^1.318.0",
"windmill-parser-wasm": "^1.327.0",
"windmill-sql-datatype-parser-wasm": "^1.318.0",
"y-monaco": "^0.1.4",
"y-websocket": "^1.5.0",
Expand Down

0 comments on commit c576130

Please sign in to comment.