25 lines
952 B
Markdown
25 lines
952 B
Markdown
# docker-revanced-builder
|
|
|
|
A bash script that will help you build Revanced apps using Docker. Based on [revanced-automatic-builder](https://github.com/gnuhead-chieb/revanced-automatic-builder).
|
|
|
|
```shell
|
|
docker run -v $(pwd)/build:/app/build -v $(pwd)/out:/app/out -e GITHUB_TOKEN=YOUR_GITHUB_TOKEN registry.karaolidis.com/nikas36/revanced-builder:latest
|
|
```
|
|
|
|
## Environment Variables
|
|
|
|
| Environment Variable | Description |
|
|
| -------------------- | -------------------------------------------- |
|
|
| `GITHUB_TOKEN` | Github token to use for downloading patches. |
|
|
|
|
## Volumes
|
|
|
|
| Volume | Description |
|
|
| ------------ | --------------------- |
|
|
| `/app/build` | The build directory. |
|
|
| `/app/out` | The output directory. |
|
|
|
|
## Notes
|
|
|
|
Remember to download [VancedMicroG](<[VancedMicroG](https://github.com/TeamVanced/VancedMicroG/releases)>) in order to be able to sign in to your Google account.
|