Skip to content

sdaoudi/docker-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Docker image

Build Status

A minimal Dockerfile based on Node.js alpine docker image.

What's included

  • Node.js v8
  • npm v6

Usage examples

Node.js 8 example:

$ docker run --rm -ti sdaoudi/node:8-alpine node -v

Working directory

You can use /srv as a working directory:

$ docker run --rm -ti -v $(pwd):/srv sdaoudi/node:8-alpine ls -laF

Build command

You can build a node image with this command:

$ make build NODE_VERSION=8

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published