fix: remove stale create-user docker build

This commit is contained in:
2026-04-20 17:56:22 +02:00
parent dd06ad3483
commit 92a69fdb35
3 changed files with 1 additions and 4 deletions

View File

@@ -3,7 +3,6 @@
Executable entrypoints live here.
- `cmd/server`: main web process (`go run ./cmd/server`)
- `cmd/create-user`: admin CLI for adding login users (`go run ./cmd/create-user --email user@example.com --password-stdin`)
## Why this structure