blob: f4a6b6824dee1cbf94ca6af46f725c7c5f7e6f7d (
plain)
1
2
3
4
5
6
|
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
|