Skip to content

Commit

Permalink
add docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx committed Aug 25, 2024
1 parent 3726177 commit ed65801
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

services:
build:
image: ghcr.io/bttv-android/builder # todo
volumes:
- ./twitch.apk:/usr/build/twitch.apk
- ./.bttv-cache:/usr/build/.bttv-cache
- ./dist:/usr/build/dist
- ./patches:/usr/build/patches
- ./mod:/usr/build/mod
- ./.all-contributorsrc:/usr/build/.all-contributorsrc
- ./bttv.manifest.json:/usr/build/bttv.manifest.json
entrypoint: ["sleep", "infinity"] # keep the container alive

0 comments on commit ed65801

Please # to comment.