add dockerfile

This commit is contained in:
encrypt 2015-02-20 02:50:26 +01:00
parent 9605f9b51a
commit 7238762a85

13
jekyll/scripts/Dockerfile Normal file
View file

@ -0,0 +1,13 @@
FROM ruby
RUN apt-get update && \
apt-get upgrade -y
RUN gem install jekyll git sinatra
RUN apt-get install -y nodejs
ADD hook-server.rb /root/hook-server.rb
ENTRYPOINT /root/hook-server.rb