We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3726177 commit ed65801Copy full SHA for ed65801
compose.yaml
@@ -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