fix(build.js): remove unsupported flags
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
ZhenYi 2026-04-15 00:15:03 +08:00
parent c0dfb4a418
commit 524f57ac7a

View File

@ -50,7 +50,6 @@ for (const service of targets) {
`--build-arg BUILD_TARGET=${BUILD_TARGET} ` +
`-f "${dockerfile}" ` +
`-t "${image}" ` +
`--progress=plain ` +
`.`,
{ stdio: 'inherit', cwd: path.join(__dirname, '..') }
);