Skip to content

Commit b3ba777

Browse files
committed
fix: stdin needs to be ended
1 parent bab6937 commit b3ba777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ export const dockerCommand = async (
219219

220220
if (options.stdin) {
221221
childProcess.stdin.write(options.stdin);
222+
childProcess.stdin.end();
222223
}
223224

224225
if (options.echo) {

0 commit comments

Comments
 (0)