mirror of
https://github.com/containous/traefik.git
synced 2025-03-11 16:58:23 +03: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:
|
||||
rm -r 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
|
||||
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