Skip to content

Commit

Permalink
🔨(project) use real TTY for streams handling
Browse files Browse the repository at this point in the history
`qcc` requires to have a real tty to write from/to for stdout/stdin
streams handling.
  • Loading branch information
jmaupetit committed Jun 17, 2024
1 parent 3699da3 commit 41357e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/qcc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ DOCKER_USER="${DOCKER_UID}:${DOCKER_GID}"
DOCKER_USER=${DOCKER_USER} \
DOCKER_UID=${DOCKER_UID} \
DOCKER_GID=${DOCKER_GID} \
docker compose run --rm \
docker compose run --rm -T \
client \
qcc "$@"

0 comments on commit 41357e8

Please sign in to comment.