Skip to content

Commit

Permalink
Upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
distributive committed Mar 2, 2024
1 parent 9d888e1 commit c0cdc88
Show file tree
Hide file tree
Showing 1,229 changed files with 5,798 additions and 1,692 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM alpine:3.19

COPY ./v2/ /netrunner-cards-json/v2/
COPY ./translations/ /netrunner-cards-json/translations/
COPY ./pack/ /netrunner-cards-json/pack/
COPY ./cycles.json ./factions.json ./mwl.json ./packs.json ./prebuilts.json ./rotations.json ./sides.json ./types.json /netrunner-cards-json/

ENTRYPOINT ["/bin/sh", "-c", "rm -rf /mnt/netrunner-cards-json/* && cp -r /netrunner-cards-json/* /mnt/netrunner-cards-json/ && exit"]
6 changes: 3 additions & 3 deletions cycles.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"code": "data-and-destiny",
"name": "Data and Destiny",
"position": 9,
"rotated": false,
"rotated": true,
"size": 1
},
{
Expand All @@ -80,7 +80,7 @@
"code": "flashpoint",
"name": "Flashpoint",
"position": 11,
"rotated": false,
"rotated": true,
"size": 6
},
{
Expand Down Expand Up @@ -186,6 +186,6 @@
"name": "Liberation",
"position": 33,
"rotated": false,
"size": 1
"size": 2
}
]
Loading

0 comments on commit c0cdc88

Please sign in to comment.