Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 642 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 642 Bytes

NodeBasic

The node docker file with basic functionality

Why I created this

compare

I found that even the alpine version of the node docker image is over 100M, but NodeBasic is less than 55M.

How to use nodebasic

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 .

License

MIT License