Closed jkhartshorne closed 4 years ago
For example:
$ docker-compose -f pushkin/docker-compose.dev.yml start test_db $ pushkin setupdb $ docker-compose -f pushkin/docker-compose.dev.yml stop test_db
Get the docker command inside of 'setupdb'. Will cause some async problems, which need to be fixed.
My understanding of the problem is that Node doesn't know when docker has actually finished starting up. However, Bash does know.
For example:
Get the docker command inside of 'setupdb'. Will cause some async problems, which need to be fixed.