This commit is contained in:
2025-10-16 03:27:40 +08:00
parent 5a3d11c6bc
commit da0ebde816
6 changed files with 49 additions and 4 deletions

View File

@@ -7,7 +7,9 @@
"dev": "pnpm run dev:server & pnpm run dev:web",
"dev:server": "cd server && pnpm dev",
"dev:web": "cd web && pnpm dev",
"docker:build": "docker build -t kevisual/light-code .",
"docker:build": "docker build -t kevisual/light-code:latest .",
"docker:aliyun": "docker build -t crpi-92z54xpbq1hzmdcz.cn-hangzhou.personal.cr.aliyuncs.com/kevisual/light-code .",
"docker:dev": "docker compose up",
"build": "turbo build"
},
"keywords": [],