Skip to content

Commit

Permalink
Make Docker images self-containable
Browse files Browse the repository at this point in the history
  • Loading branch information
kadykov committed Nov 17, 2024
1 parent 2c1c148 commit 5a1ab5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- The horizontal rule (`---`) will not be visible if it is placed at the very top or very bottom of the page.
- Include necessary files in the Docker image

## [0.2.0] - 2024-11-17

### Changed
Expand Down
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ RUN dnf update -yq \
&& dnf clean all

ENV TYPST_FONT_PATHS=/usr/share/fonts/

WORKDIR /data

COPY *.typ *.lua justfile /data/

ENTRYPOINT [ "just", "build" ]

0 comments on commit 5a1ab5b

Please sign in to comment.