Redis – Why is docker-compose running the same command and using the wrong Dockerfile?
I've got a simple Node / React project. I'm trying to use Docker to create two containers, one for the server, and one for the client, each with their own Dockerfile in the appropriate directory. docker-compose.yml version: '3.9' services: client:…