add dockerfile
This commit is contained in:
parent
9605f9b51a
commit
7238762a85
1 changed files with 13 additions and 0 deletions
13
jekyll/scripts/Dockerfile
Normal file
13
jekyll/scripts/Dockerfile
Normal 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
|
||||
|
Loading…
Reference in a new issue