summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-01-08 22:28:02 +0100
committerDaniel Weipert <git@mail.dweipert.de>2024-01-08 22:28:02 +0100
commite4351601a7ced91bf5a2c516a38db714d43e6ecf (patch)
tree045b0fb41621aab160cca3b24fd4184e1d8db9c2 /Justfile
parent82875448c485d26375ed6dea4e64e940f6e10f74 (diff)
send resources + adminer css
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