Fix docker invocation
parent
5a20409250
commit
27cb8492fa
|
@ -80,8 +80,7 @@ const Docker = {
|
|||
${useHostNetwork ? '--net=host' : ''} \
|
||||
${githubToken ? '--env USE_EXIT_CODE=false' : '--env USE_EXIT_CODE=true'} \
|
||||
${image} \
|
||||
-- \
|
||||
/usr/bin/bash /entrypoint.sh` ;
|
||||
/bin/bash /entrypoint.sh` ;
|
||||
|
||||
await exec(command, undefined, { silent });
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue