Skip to content

Commit

Permalink
fixup! feat(cli): build based on configuration
Browse files Browse the repository at this point in the history
disable tty
  • Loading branch information
tuler committed Oct 16, 2024
1 parent 3f582ab commit cf56072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/cli/src/exec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const execaDockerFallback = async (
"--workdir",
"/work",
"--interactive",
"--tty",
"--user",
`${userInfo.uid}:${userInfo.gid}`,
];
Expand Down

0 comments on commit cf56072

Please sign in to comment.