From df938d6ee833ded59f6d12528105e6165ed76a92 Mon Sep 17 00:00:00 2001 From: matt korwel Date: Mon, 16 Jun 2025 08:27:29 -0700 Subject: Preflight and integration npx (#1096) --- scripts/build_sandbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build_sandbox.js') diff --git a/scripts/build_sandbox.js b/scripts/build_sandbox.js index 59177e8f..c6a16c23 100644 --- a/scripts/build_sandbox.js +++ b/scripts/build_sandbox.js @@ -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'), -- cgit v1.2.3