fix: remove unnecessary double-dash

pull/365/head
Webber Takken 2022-03-30 22:35:55 +02:00 committed by Paul Pacheco
parent 82e0c4af51
commit 623453cdd9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Docker {
--rm \
${ImageEnvironmentFactory.getEnvVarString(parameters)} \
${baseOsSpecificArguments} \
${image} -- \
${image} \
/usr/bin/bash -c /entrypoint.sh`;
await exec(runCommand, undefined, { silent });