add templates to rich image
All checks were successful
/ build (push) Successful in 34s

This commit is contained in:
Dustin Thomas 2025-08-22 13:49:03 -05:00
parent 2c827c6608
commit 573b1a7270
Signed by: cptlobster
GPG key ID: 33D607425C830B4C
2 changed files with 6 additions and 0 deletions

View file

@ -2,5 +2,9 @@
## Unreleased Changes
## v0.1.1 (2025-08-22)
- [rich] Fix docker image missing templates
- [rich] Add light mode to routes and error pages
## v0.1.0 (2025-08-22)
- Initial release.

View file

@ -12,4 +12,6 @@ COPY --from=builder /usr/local/cargo/bin/stargate /usr/local/bin/stargate
WORKDIR /etc/stargate
COPY templates templates
CMD ["stargate"]