Disable tty so stderr output doesn't get placed in config.json
This commit is contained in:
@@ -47,7 +47,7 @@ hc-login $USERNAME $PASSWORD > config/config.json
|
|||||||
or
|
or
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose run app hc-login $USERNAME $PASSWORD > config/config.json
|
docker-compose run -T app hc-login $USERNAME $PASSWORD > config/config.json
|
||||||
```
|
```
|
||||||
|
|
||||||
The `hc-login` script perfoms the OAuth process to login to your
|
The `hc-login` script perfoms the OAuth process to login to your
|
||||||
|
|||||||
Reference in New Issue
Block a user