summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Justfile b/Justfile
index 2207542..5610b26 100644
--- a/Justfile
+++ b/Justfile
@@ -1,2 +1,5 @@
+db:
+ docker compose exec app php bin/db.php
+
gemini:
find $(pwd) -type f -name '*.php' -o -name '*.twig' | GEMINI=true DB_HOST=localhost entr -r php public/index.php