Skip to content

Commit

Permalink
Merge pull request #85 from rqdaA/master
Browse files Browse the repository at this point in the history
mdファイルのビルド用docker-composeを追加
  • Loading branch information
puripuri2100 authored Mar 1, 2024
2 parents b12bef6 + 4b097a6 commit 60ab5a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions articles/hinagata-markdown/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 60ab5a2

Please sign in to comment.