Document local dev setup gotchas; fix install-plugins gpm path
This commit is contained in:
@@ -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) ──────────────────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user