Browse Source

docker base image node version 0.10.38

pull/31/head
Krishna Srinivas 10 years ago
parent
commit
9ed1cb5ac0
  1. 2
      Dockerfile

2
Dockerfile

@ -1,4 +1,4 @@
FROM node
FROM node:0.10.38
MAINTAINER Nathan LeClaire <nathan@docker.com>
ADD . /app

Loading…
Cancel
Save