Document local dev setup gotchas; fix install-plugins gpm path

This commit is contained in:
2026-06-18 00:16:47 +02:00
parent 700ce04d22
commit bc6781133e
2 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ stop:
setup: start install-plugins
install-plugins:
docker exec intotheeast_grav php /app/www/public/bin/gpm install $(shell cat plugins.txt | tr '\n' ' ') -y
docker exec -w /app/www/public intotheeast_grav php bin/gpm install $(shell cat plugins.txt | tr '\n' ' ') -y
# ── Content sync (user repo ↔ Gitea) ──────────────────────────────────────────