- https://turbo.build/repo/docs/getting-started/existing-monorepo#create-a-pipeline
- https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks
- https://turbo.build/repo/docs/handbook/what-is-a-monorepo#in-a-polyrepo
docker build -t web:latest -f ./apps/web/Dockerfile .
docker run --rm web:latest
docker-compose up