feat(Dockerfile): added
This commit is contained in:
parent
c9bc263169
commit
040aa2c66c
1 changed files with 7 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
FROM bretfisher/jekyll-serve
|
||||||
|
|
||||||
|
COPY . /site
|
||||||
|
|
||||||
|
ENV JEKYLL_ENV="production"
|
||||||
|
|
||||||
|
EXPOSE 4000
|
Loading…
Add table
Add a link
Reference in a new issue