Docker Commands
docker build -t . : build an image
docker image ls : list all images
docker run -d -p 3000:3000 –na
2023-05-12