feat: build static file in global process
- Create a webui DockerFile - add task `generate-webui` - use task `generate-webui` in build process
This commit is contained in:
parent
faa7fd0f05
commit
5bfcfeb779
4 changed files with 34 additions and 4 deletions
|
@ -8,6 +8,14 @@ Træfɪk Web UI provide 2 types of informations:
|
|||
- Providers with their backends and frontends information.
|
||||
- Health of the web server.
|
||||
|
||||
## How to build (for backends developer)
|
||||
|
||||
Use the make file :
|
||||
|
||||
```shell
|
||||
make build # Generate Docker image
|
||||
make generate-webui # Generate static contents in `traefik/static/` folder.
|
||||
```
|
||||
|
||||
## How to build (only for frontends developer)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue