Skip to content

Instantly share code, notes, and snippets.

@caseyw
Created January 20, 2023 13:07
Show Gist options
  • Save caseyw/015abcfb5af4debceeccac85897b72c7 to your computer and use it in GitHub Desktop.
Save caseyw/015abcfb5af4debceeccac85897b72c7 to your computer and use it in GitHub Desktop.
grumphp - the input device is not a tty
TL;DR
We were running EXEC_GRUMPHP_COMMAND with docker compose, and didn't have a "-T" in there.
Updated it on the affected machines and followed up with a `vendor/bin/grumphp git:deinit && vendor/bin/grumphp git:init`
e.g.
`EXEC_GRUMPHP_COMMAND: 'docker-compose run -T --rm --no-deps SERVICE_NAME'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment