Update base container image from "bookworm" to "trixie" (Debian 13) (#4)

These changes:

- Update base container image from Bookworm to Trixie Debian
- Update Pandoc version
- Add a `make shell` command

Caveats:

- Uses the "bookworm" version of OpenResty until "trixie" is released

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2025-11-25 23:56:19 +00:00
parent c0b54ad843
commit 5c74ee4cbe
5 changed files with 247 additions and 4 deletions

View File

@@ -66,6 +66,10 @@
Visit `localhost:8080` in web browser
### start a shell
$ make shell
### start watcher
$ docker exec -it container_name sitegen watch
@@ -90,6 +94,13 @@ example:
$ make deploy
### renew server TSL certs
SSH into server admin account and run:
$ cd www
$ dehydrated --config config -c
## gotchas
### What is error `cosmo failed: [string "..."]:62: cannot resume dead coroutine`?