mirror of
https://github.com/traefik/traefik.git
synced 2025-12-08 19:11:56 +01:00
Fix clean-webui target
This commit is contained in:
parent
e4ed829661
commit
4758cc0c8e
2
Makefile
2
Makefile
@ -67,7 +67,7 @@ build-webui-image:
|
|||||||
clean-webui:
|
clean-webui:
|
||||||
rm -r webui/static
|
rm -r webui/static
|
||||||
mkdir -p webui/static
|
mkdir -p webui/static
|
||||||
echo 'For more information show `webui/readme.md`' > webui/static/DONT-EDIT-FILES-IN-THIS-DIRECTORY.md
|
printf 'For more information see `webui/readme.md`' > webui/static/DONT-EDIT-FILES-IN-THIS-DIRECTORY.md
|
||||||
|
|
||||||
## Generate WebUI
|
## Generate WebUI
|
||||||
webui/static/index.html:
|
webui/static/index.html:
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
For more information show `webui/readme.md`
|
For more information see `webui/readme.md`
|
||||||
Loading…
x
Reference in New Issue
Block a user