Windows fix and API
This commit is contained in:
@@ -6,6 +6,16 @@ This repository is an automated blender docker image file generated, it's useful
|
||||
|
||||
|
||||
# Building
|
||||
## Docker Hub credentials
|
||||
`main.py` logs into Docker Hub before building, so it needs `DOCKER_HUB_USER` and `DOCKER_HUB_PASSWORD` in the environment.
|
||||
|
||||
Create a `config.env` file at the repo root (gitignored):
|
||||
```shell
|
||||
DOCKER_HUB_USER=your_docker_hub_username
|
||||
DOCKER_HUB_PASSWORD=your_docker_hub_password
|
||||
```
|
||||
It's loaded automatically by the `Automation Builder` run configuration (`ENV_FILES`) when running `main.py` from the IDE. Running it another way? Export those two variables yourself first.
|
||||
|
||||
## Start your build
|
||||
You can use Invoke to easily start a build, a clean or more.
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user