I have to setup a new system where I copied 50 Apps which should be built with docker-compose build. This compose file is just there to build the images, the images/containers get spin up from other file. So my questions is:
docker-compose build -d does not work unfortunately.
Is there any way to run that build progress in detached mode or use a workaround? This process might take like 20 hours and if I am idle for long enough I will get disconnected and the build process stops