fix: remove unnecessary double-dash
parent
82e0c4af51
commit
623453cdd9
|
|
@ -37,7 +37,7 @@ class Docker {
|
|||
--rm \
|
||||
${ImageEnvironmentFactory.getEnvVarString(parameters)} \
|
||||
${baseOsSpecificArguments} \
|
||||
${image} -- \
|
||||
${image} \
|
||||
/usr/bin/bash -c /entrypoint.sh`;
|
||||
|
||||
await exec(runCommand, undefined, { silent });
|
||||
|
|
|
|||
Loading…
Reference in New Issue