Initial commit and post-hook testing
This commit is contained in:
8
blog.bryanroessler.com/Dockerfile
Normal file
8
blog.bryanroessler.com/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM jekyll/jekyll
|
||||
|
||||
COPY Gemfile .
|
||||
COPY Gemfile.lock .
|
||||
|
||||
RUN bundle install --quiet --clean
|
||||
|
||||
CMD ["jekyll", "serve"]
|
||||
Reference in New Issue
Block a user