Skip to content

Commit

Permalink
Merge pull request #630 from marp-team/container-image-compile-cache
Browse files Browse the repository at this point in the history
Generate V8 compile cache when building container image
  • Loading branch information
yhatt authored Jan 15, 2025
2 parents 7991dfc + c236320 commit 05f3031
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 05f3031

Please sign in to comment.