Skip to content

Commit

Permalink
fix(wb): docker-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Mar 14, 2024
1 parent 9401eb3 commit 1ea6614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wb/src/commands/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const startCommand: CommandModule<unknown, InferredOptionTypes<typeof bui
}
case 'docker-debug': {
const prefix = configureEnvironmentVariables(deps, 'staging');
argv.normalizedDockerArgsText = `'/bin/bash'`;
argv.normalizedArgsText = `'/bin/bash'`;
await runWithSpawn(`${prefix}${scripts.startDocker(project, argv)}`, project, argv);
break;
}
Expand Down

0 comments on commit 1ea6614

Please sign in to comment.