
I have an NX monorepo with 2 apps: Shop Landing I wish to use docker-compose to run my entire environment with eventually some APIs and a database etc etc. I created a docker-file that takes arguments and could be re-used to to run multiple angular apps in Nx: # base image FROM node ARG APP ..