artsy/node-docker

Name: node-docker

Owner: Artsy

Description: Dockerfiles for node.js

Created: 2016-02-18 22:27:06.0

Updated: 2016-02-18 22:27:06.0

Pushed: 2016-02-24 21:40:42.0

Homepage: null

Size: 2

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

node-docker

Dockerfiles for node.js

Building and pushing a new version

Assuming version 5.1.1

docker login
docker build -t node .
docker tag node artsy/node:5.1.1
docker push artsy/node:5.1.1

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.