Skip to content

Commit

Permalink
migrate to marp v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi committed Oct 23, 2024
1 parent a6cc20c commit d076571
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ services:
volumes:
- ./:/home/marp/app
environment:
- LANG=de_DE.UTF-8
- MARP_USER=""
LANG: de_DE.UTF-8
MARP_USER: ""
command: --input-dir ./slides
serve:
image: marpteam/marp-cli
volumes:
- ./:/home/marp/app
environment:
- LANG=de_DE.UTF-8
- MARP_USER=""
LANG: de_DE.UTF-8
MARP_USER: ""
ports:
- 8080:8080
- 37717:37717
Expand Down

0 comments on commit d076571

Please sign in to comment.