|
|
|
|
|
by markhesketh
1237 days ago
|
|
I do the same thing and it works well. For your issue could you handle bringing up your docker-compose 'manually' in bin/dev? Maybe conditionally by checking if the image exists locally with `docker images`. Then tear it down and run foreman after it completes? |
|