添加自定义首页 状态码

This commit is contained in:
bjdgyc
2024-03-21 18:09:47 +08:00
parent 11f39d0b78
commit 8777501391
7 changed files with 376 additions and 179 deletions

View File

@@ -1,7 +1,9 @@
#!/bin/bash
rm -rf web/ui server/ui
docker run -it --rm -v $PWD/web:/app -w /app node:16-alpine \
sh -c "yarn install --registry=https://registry.npmmirror.com && yarn run build"
rm -rf server/ui
cp -r web/ui server/ui