Docker image of Node boilerplate code with AlpineOS.
Download Docker Desktop or if already installed pull from Dockerhub.
#Image pull from Dockerhub
Docker pull manav23/nodewithalpine
#See docker image is pulled ?
Docker images
#start container on your hostmachine with this localhost port number
Docker container run -p 8000:8000 manav23/nodewithalpine