Skip to content

C4Tech/docker-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Node containers

A few basic NodeJS containers. The base/latest image performs similarly to the ONBUILD upstream version but reusable across projects. The brunch container ensures that bower and brunch are installed.

We use these images to transpile and aggregate our frontend applications, then serve them using an nginx container.

Docker Compose example

app:
  image: c4tech/node
  volumes:
    - ./:/app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages