monorepo/
lib/
app1/
Dockerfile
docker-compose.yaml
How can I COPY lib/ to app1 container when I want to set context to . for app1?
Is Makefile running docker build the only way? No docker-compose way?
monorepo/
lib/
app1/
Dockerfile
docker-compose.yaml
How can I COPY lib/ to app1 container when I want to set context to . for app1?
Is Makefile running docker build the only way? No docker-compose way?