diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/build | 4 | ||||
-rwxr-xr-x | bin/get-printings | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/bin/build b/bin/build new file mode 100755 index 0000000..a811bfb --- /dev/null +++ b/bin/build @@ -0,0 +1,4 @@ +#!/bin/sh + +docker build --no-cache -t mtg-print print +docker build --no-cache -t mtg-print-web web diff --git a/bin/get-printings b/bin/get-printings new file mode 100755 index 0000000..4f11b27 --- /dev/null +++ b/bin/get-printings @@ -0,0 +1,3 @@ +#!/bin/sh + +curl -L https://mtgjson.com/api/v5/AllPrintings.sqlite -o print/AllPrintings.sqlite |