summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Justfile b/Justfile
index 7e9cae9..f4a6b68 100644
--- a/Justfile
+++ b/Justfile
@@ -1,3 +1,6 @@
-generate deck:
- DECKLIST="{{deck}}" docker compose run cli
- docker compose down
+build:
+ docker build --no-cache -t mtg-print print
+ docker build --no-cache -t mtg-print-web web
+
+get_printings:
+ curl -L https://mtgjson.com/api/v5/AllPrintings.sqlite -o print/AllPrintings.sqlite