Skip to content

Commit

Permalink
Merge branch 'main' into pptx-editable
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jan 15, 2025
2 parents 0ec3689 + 05f3031 commit 77315a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Fixed

- Make the preview option stable against occasional invalid URL errors ([#627](https://github.com/marp-team/marp-cli/pull/627))
- Generate V8 compile cache when building container image ([#630](https://github.com/marp-team/marp-cli/pull/630))

## v4.0.4 - 2024-12-25

Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ WORKDIR /home/marp/app
ENTRYPOINT ["docker-entrypoint"]
CMD ["--help"]
LABEL maintainer="Marp team"

# Generate V8 compile cache
RUN node marp-cli.js --version

0 comments on commit 77315a8

Please sign in to comment.