adds dockerfile
This commit is contained in:
parent
9d52622486
commit
aa6e3758de
6
docker/Dockerfile
Normal file
6
docker/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM jekyll/jekyll
|
||||
|
||||
ADD . /srv/jekyll
|
||||
WORKDIR /srv/jekyll
|
||||
|
||||
CMD jekyll serve -H 0.0.0.0
|
Loading…
Reference in New Issue
Block a user