Created
January 20, 2023 13:07
-
-
Save caseyw/015abcfb5af4debceeccac85897b72c7 to your computer and use it in GitHub Desktop.
grumphp - the input device is not a tty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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