LBLakindu Botejuinlakindu.hashnode.dev·Aug 12, 2020 · 4 min readDocker for Angular developmentCreate Docker image for Angular development According to Angular documentation, we need an LTS version of Node.js as the prerequisite. Most recent LTS Node version at the time I write this post was 14.7.0. Then I found the tag for that version from...00