fix(build.js): remove unsupported flags
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
c0dfb4a418
commit
524f57ac7a
@ -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, '..') }
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user