Skip to content

Commit

Permalink
chore(template) update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Oct 25, 2020
1 parent 74bcbba commit 749defa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ services:
image: pandoc/core
volumes:
- ./:/data
command: docs/README.md --metadata-file colophon.yml --template docs/README.template --output README.md --from markdown_github+yaml_metadata_block --to gfm --fail-if-warnings
command: >-
--metadata-file=colophon.yml
--template=docs/README.template
--output=README.md
--from=markdown_github+yaml_metadata_block
--to=gfm
--fail-if-warnings
--wrap=preserve
docs/README.md
test:
build: .
Expand Down

0 comments on commit 749defa

Please sign in to comment.