From 929c1b90d6b16706f9c63339f5f2a2b42332f3f3 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 6 Aug 2025 15:21:03 +0200 Subject: split into two standalone containers --- Justfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Justfile') 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 -- cgit v1.2.3