diff options
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |
