diff --git a/articles/hinagata-markdown/docker-compose.yml b/articles/hinagata-markdown/docker-compose.yml new file mode 100644 index 0000000..f22cbfc --- /dev/null +++ b/articles/hinagata-markdown/docker-compose.yml @@ -0,0 +1,9 @@ +version: '3.4' +services: + article_build: + image: ghcr.io/word-coins/latex-build:latest + command: "bash -c 'make pandoc && WORD_FONT=sourcehan-jp make'" + working_dir: /workdir/articles/current_article + volumes: + - ../..:/workdir + - .:/workdir/articles/current_article