Docker compose creates Reactjs container, but does not run it
I am new to Docker and am attempting to have a single compose.yaml for my spring-react app. I created individual Dockerfiles for the backend (spring) and frontend (react) using docker init
and some stackoverflow threads during debugging.