docs: use the image name make docker builds in the Docker run example
check / check (push) Failing after 1s

make docker tags the image pixa:latest via script/projectname, so the
Getting Started run line must reference pixa:latest, not pixad:latest.

Model: opus-4-8
This commit is contained in:
2026-09-21 19:28:47 +00:00
parent c32fdefc3b
commit c9aa48227d
+1 -1
View File
@@ -24,7 +24,7 @@ $EDITOR config.yml # replace the signing_key placeholder
# or build and run via Docker # or build and run via Docker
make docker make docker
docker run -p 8080:8080 -e PIXA_SIGNING_KEY="$(openssl rand -base64 32)" pixad:latest docker run -p 8080:8080 -e PIXA_SIGNING_KEY="$(openssl rand -base64 32)" pixa:latest
``` ```
A container is configured two ways. The signing key comes from the A container is configured two ways. The signing key comes from the