We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6c274 commit 47365d4Copy full SHA for 47365d4
src/index.ts
@@ -176,7 +176,7 @@ export const dockerCommand = async (
176
echo: true,
177
env: undefined,
178
machineName: undefined,
179
- stdin: undefined
+ stdin: undefined,
180
},
181
) => {
182
let machineconfig = "";
@@ -246,7 +246,7 @@ export class Docker {
246
247
248
249
250
251
) {}
252
0 commit comments