Skip to content

Commit

Permalink
Generate V8 compile cache when building container
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jan 15, 2025
1 parent a553d84 commit 4c3d8ab
Showing 1 changed file with 3 additions and 0 deletions.
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 4c3d8ab

Please sign in to comment.