diff --git a/hastebin/Dockerfile b/hastebin/Dockerfile index 931ccef..75933fe 100644 --- a/hastebin/Dockerfile +++ b/hastebin/Dockerfile @@ -1,12 +1,11 @@ -FROM debian:jessie +FROM node:5.4 MAINTAINER Ric Lister, rlister@gmail.com RUN DEBIAN_FRONTEND=noninteractive \ apt-get update && \ apt-get install -yq \ - git \ - nodejs npm + git RUN git clone https://github.com/seejohnrun/haste-server.git /app WORKDIR /app diff --git a/hastebin/app.sh b/hastebin/app.sh index d045010..e9b5114 100644 --- a/hastebin/app.sh +++ b/hastebin/app.sh @@ -34,4 +34,4 @@ cat > config.js <