Skip to content

Commit ed65801

Browse files
committed
add docker compose
1 parent 3726177 commit ed65801

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

compose.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
services:
3+
build:
4+
image: ghcr.io/bttv-android/builder # todo
5+
volumes:
6+
- ./twitch.apk:/usr/build/twitch.apk
7+
- ./.bttv-cache:/usr/build/.bttv-cache
8+
- ./dist:/usr/build/dist
9+
- ./patches:/usr/build/patches
10+
- ./mod:/usr/build/mod
11+
- ./.all-contributorsrc:/usr/build/.all-contributorsrc
12+
- ./bttv.manifest.json:/usr/build/bttv.manifest.json
13+
entrypoint: ["sleep", "infinity"] # keep the container alive
14+

0 commit comments

Comments
 (0)