docker

  1. MayoMayn

    Best approach to setup mono repo using Docker

    So currently I have a mono repository that consists of the structure: +-- project | +-- client | +-- assets | +-- src | +-- ... | +-- package.json | +-- angular.json | +-- tsconfig.json | +-- Dockerfile | +-- ... | +-- server | +--...
Top