Skip to content

Commit

Permalink
chore: remove -t option from docker exec
Browse files Browse the repository at this point in the history
  • Loading branch information
mickamy committed Dec 31, 2023
1 parent b1da2d2 commit 340f1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ down:
docker compose down

bench: up
docker exec -it ishocon2-bench-1 sh -c "./benchmark --ip app:443"
docker exec -i ishocon2-bench-1 sh -c "./benchmark --ip app:443"

0 comments on commit 340f1eb

Please sign in to comment.