The node docker file with basic functionality
I found that even the alpine version of the node docker image is over 100M, but NodeBasic is less than 55M.
Use as base image in Dockerfile
-
From Docker Hub
FROM tourcoder/nodebasic
-
From GitHub
FROM docker.pkg.github.com/tourcoder/nodebasic/nodebasic:latest
Download Dockerfile
in this repo, and run
docker build -t nodebasic .