Allow to run docker from Makefile in non-interactive mode
This commit is contained in:
parent
125470f110
commit
48252d284e
2 changed files with 5 additions and 2 deletions
|
@ -16,6 +16,8 @@ For changes to its dependencies, the `dep` dependency management tool is require
|
|||
Run make with the `binary` target.
|
||||
This will create binaries for the Linux platform in the `dist` folder.
|
||||
|
||||
In case when you run build on CI, you may probably want to run docker in non-interactive mode. To achieve that define `DOCKER_NON_INTERACTIVE=true` environment variable.
|
||||
|
||||
```bash
|
||||
$ make binary
|
||||
docker build -t traefik-webui -f webui/Dockerfile webui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue