mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 21:20:44 +00:00
Preflight and integration npx (#1096)
This commit is contained in:
parent
a600588c20
commit
df938d6ee8
24 changed files with 703 additions and 73 deletions
|
|
@ -107,7 +107,7 @@ function buildImage(imageName, dockerfile) {
|
|||
const buildCommand =
|
||||
sandboxCommand === 'podman'
|
||||
? `${sandboxCommand} build --authfile=<(echo '{}')`
|
||||
: `${sandboxCommand} --config=".docker" buildx build`;
|
||||
: `${sandboxCommand} build`;
|
||||
|
||||
const npmPackageVersion = JSON.parse(
|
||||
readFileSync(join(process.cwd(), 'package.json'), 'utf-8'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue