Skip to content

tourcoder/nodebasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The node docker file with basic functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published