Update README

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-07-01 18:00:35 +03:00
parent de53f7c0ee
commit 0a9fffbfcb

View File

@@ -9,15 +9,17 @@ docker run -v $(pwd)/build:/app/build -e GITHUB_TOKEN=YOUR_GITHUB_TOKEN registry
## Environment Variables ## Environment Variables
| Environment Variable | Description | | Environment Variable | Description |
| ------------------------ | ---------------------------------------------------------- | | -------------------- | -------------------------------------------- |
| `GITHUB_TOKEN` | Github token to use for downloading patches. | | `GITHUB_TOKEN` | Github token to use for downloading patches. |
## Volumes ## Volumes
| Volume | Description | | Volume | Description |
| ------------ | ----------------------------------------------- | | ------------------- | ----------------------- |
| `/app/build` | The build directory (should contain a keystore) | | `/app/build` | Build directory |
| `/app/config.toml` | Config file (optional) |
| `/app/options.json` | Options file (optional) |
## Notes ## Notes