Multiple DockerFile with monorepo

Hey, is it possible to have a monorepo with multiple modules, each one with a specific DockerFile inside it?
if yes, how can i manage this?
thanks

What are you trying to do, build those Dockerfiles?

If so, the monorepo makes no difference. You’d build them all the exact same way you’d build one. Using docker build. It would be the same Bash logic that you would use on your local computer if you’re on Linux or macOS.