Skip to content

Commit

Permalink
fix: remove tty for docker runs (#322)
Browse files Browse the repository at this point in the history
This closes RVTEE-469

This is improved in #326
  • Loading branch information
AngelOnFira committed Aug 21, 2024
1 parent 3714ca0 commit 3b52607
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rivet-toolchain/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ pub async fn build_opengb_command(opts: BackendCommandOpts) -> GlobalResult<Comm
cmd.arg("run");
cmd.arg("--rm");
cmd.arg("--interactive");
cmd.arg("--tty");
cmd.arg("--quiet");
cmd.arg("--init");
cmd.arg("--env-file").arg(env_file_path);
Expand Down

0 comments on commit 3b52607

Please sign in to comment.