This commit is contained in:
parent
2c827c6608
commit
573b1a7270
2 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
@ -12,4 +12,6 @@ COPY --from=builder /usr/local/cargo/bin/stargate /usr/local/bin/stargate
|
|||
|
||||
WORKDIR /etc/stargate
|
||||
|
||||
COPY templates templates
|
||||
|
||||
CMD ["stargate"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue