Commit 4d2f47bd authored by juliusv's avatar juliusv

Merge pull request #3 from discordianfish/add-dockerfile

Add Dockerfile
parents b3e57b67 27511e4b
FROM ruby:2.1-onbuild
EXPOSE 3000
RUN bundle exec nanoc
CMD bundle exec nanoc view
VOLUME output
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment