Skip to content

gokaygurcan/dockerfile-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Node.js with npm, and Yarn

Docker Build Status Travis CI MicroBadger

Environment variables

Variable Value
NODE_VERSION 12.16.0

CMD

node

Usage

To pull the image

docker pull gokaygurcan/node:latest

And then,

docker run --rm gokaygurcan/node:latest node -e "console.log(process.versions);"