Dockerizing and Deploying an Application on AWS with ECR
Dockerizing an Application
To dockerize an application, follow these steps:
Create a repository for your application with the name of the application.
Gather and save all the necessary files and dependencies required for your application.
Write a ...
eaglecharles.hashnode.dev2 min read