I can run:
docker-compose build --parallel
Is it possible to run:
docker-compose up --build
with a possibility to pass the --parallel flag to the underlying docker-compose build run?
The docker-compose up doesn't accept --parallel flag unfortunately. Check here.
What I usually do is:
docker-compose build --parallel
docker-compose up
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With