We have a huge monorepo (built using NodeJS). We have application drivers with the name: Validator, Reader, etc. inside of the monorepo. Each of those application drivers are sub-directory. We also have a private Docker Hub account where the entire monorepo is pushed as Docker image. Is it possible to push each sub-directory as docker image and not as a whole? How do we go about with it. By the way, the source code is in Bitbucket.
GreenBackBoogie|4 years ago
Also, Docker Compose doesn't really help you with this. It only helps you with "syncing" the components of your app together, but since you don't have the components of it yet running as separate images / containers, it's pointless, at least at this time.
summerborn|4 years ago
01e8|4 years ago
summerborn|4 years ago