refactor(push): load VAPID key from server at runtime

This commit is contained in:
2026-01-13 12:14:17 +01:00
parent 3a50bb5299
commit 3a16705614
4 changed files with 36 additions and 20 deletions

View File

@@ -73,10 +73,8 @@ docker-compose up -d --build
Mit **Docker CLI**:
```bash
# Image bauen (Beachte: Public Vars müssen beim Build da sein!)
docker build \
--build-arg NEXT_PUBLIC_VAPID_PUBLIC_KEY="DEIN_PUBLIC_KEY" \
-t cat-sitting-planner .
# Image bauen
docker build -t cat-sitting-planner .
# Container starten
# Container starten