Guest User

Untitled

a guest
Oct 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. FROM ruby:2.5.1
  2.  
  3. RUN gem install github-pages minitest
  4.  
  5. EXPOSE 4000
  6. WORKDIR /srv
  7.  
  8. CMD jekyll serve --host 0.0.0.0 --watch --drafts --future
Add Comment
Please, Sign In to add comment