Rebuild with -- fix

pull/365/head
Paul Pacheco 2022-03-30 16:51:54 -05:00
parent 623453cdd9
commit 599de3b551
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

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

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long