Skip to content

Commit

Permalink
source修改
Browse files Browse the repository at this point in the history
  • Loading branch information
Gygkimo95 committed Dec 4, 2023
1 parent e5a1554 commit eaf92f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploy-manual/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ git clone https://github.com/actiontech/dms-ui.git
编译前端代码,并将前端代码拷贝至后端代码目录:
```sh
cd ~/sqle-build/dms-ui
docker run --rm -v $PWD:/app -w /app r/gplane/pnpm:8.3.1 sh -c "git config --global --add safe.directory /app && pnpm config set registry https://registry.npm.taobao.org && pnpm install --no-frozen-lockfile && pnpm build"
docker run --rm -v $PWD:/app -w /app gplane/pnpm:8.3.1 sh -c "git config --global --add safe.directory /app && pnpm config set registry https://registry.npm.taobao.org && pnpm install --no-frozen-lockfile && pnpm build"
rm -rf ~/sqle-build/sqle/static && cp -r ~/sqle-build/dms-ui/packages/base/dist ~/sqle-build/sqle/static
```

Expand Down

0 comments on commit eaf92f6

Please sign in to comment.