How to build Docker image and push to AWS ECR for Node.js application
What is Docker? Docker is an open-source platform for building, shipping and running containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out a...
Sep 7, 20234 min read173
