glossarysh.github.io/Dockerfile
2019-05-31 12:59:13 +01:00

5 lines
56 B
Docker

FROM jekyll/jekyll:3.8
ADD ./ /jekyll
RUN jekyll build