Docker-Compose for react and flask execute the containers with docker-compose up

Solution 1:

I have seen this issue before while trying to run react app container using 'node' image. I believe the conatiner starts and stops when we try to ru docker-compose.

Please try adding "stdin_open: true" to the 'cloud-react-front' service in docker-compose.yml. This worked for me.