I’m working with a Git monorepo with multiple applications in the same repository.
With multiple applications come multiple Dockerfile(s). I know that with fly one could use [[services]]
section to define multiple services in the same fly.toml file, but I’m wondering if multiple [[services]]
could also use multiple builders such that they can use their own Dockerfiles.
Has this been done before? Essentially, the project uses Turborepo to build a Node project.