]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Update to new base image
authorJohannes Zellner <johannes@nebulon.de>
Fri, 16 Oct 2015 14:47:15 +0000 (16:47 +0200)
committerJohannes Zellner <johannes@nebulon.de>
Fri, 16 Oct 2015 14:47:15 +0000 (16:47 +0200)
Dockerfile

index e1f588c21f69e658af344ddc1046df15f0410ea8..0c4de569ed73fd3636818ffaf91917dde570fe7d 100644 (file)
@@ -1,8 +1,10 @@
-FROM cloudron/base:0.3.0
+FROM cloudron/base:0.6.0
 MAINTAINER Johannes Zellner <johannes@nebulon.de>
 
 ENV DEBIAN_FRONTEND noninteractive
 
+ENV PATH /usr/local/node-0.12.7/bin:$PATH
+
 RUN mkdir -p /app/code
 WORKDIR /app/code