Skip to content

Instantly share code, notes, and snippets.

@nukosuke
Last active April 25, 2016 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nukosuke/4cea875a3f9af48af51d78db9643a7bf to your computer and use it in GitHub Desktop.
Save nukosuke/4cea875a3f9af48af51d78db9643a7bf to your computer and use it in GitHub Desktop.
language: node_js
node_js:
- "5"
- "5.1"
- "4"
- "4.2"
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
- "0.6"
- "iojs"
FROM node:5.11.0-onbuild
EXPOSE 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment