mirror of
https://github.com/goharbor/harbor
synced 2025-04-29 17:13:54 +00:00
Fix the issue of missing copying the setting.json to container image (#4714)
add `cp ./src/setting.json ../ui/static/`
This commit is contained in:
parent
2f1989d211
commit
9d13842a29
@ -36,6 +36,7 @@ cp ./dist/build.min.js ../ui/static/
|
||||
cp -r ./src/i18n/ ../ui/static/
|
||||
cp ./src/styles.css ../ui/static/
|
||||
cp -r ./src/images/ ../ui/static/
|
||||
cp ./src/setting.json ../ui/static/
|
||||
|
||||
cp ./node_modules/clarity-icons/clarity-icons.min.css ../ui/static/
|
||||
cp ./node_modules/mutationobserver-shim/dist/mutationobserver.min.js ../ui/static/
|
||||
|
Loading…
x
Reference in New Issue
Block a user