Skip to content

Commit e2b0459

Browse files
Update devContainers.ts
1 parent e952a69 commit e2b0459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec-node/devContainers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export async function createDockerParams(options: ProvisionOptions, disposables:
167167
exec: cliHost.exec,
168168
env: cliHost.env,
169169
output: common.output,
170-
}, dockerComposePath);
170+
}, dockerPath, dockerComposePath);
171171

172172
const platformInfo = (() => {
173173
if (common.buildxPlatform) {

0 commit comments

Comments
 (0)