chore: 调整 Dockerfile 构造

This commit is contained in:
2026-05-31 20:11:38 +08:00
parent 0f4d10c43c
commit 1ea863cb2c
5 changed files with 105 additions and 184 deletions

View File

@@ -8,7 +8,7 @@
"scripts": {
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
"build:analyze": "turbo build:analyze",
"build:docker": "./scripts/deploy/build-local-docker-image.sh",
"build:docker": "docker buildx build --platform linux/amd64 -f scripts/deploy/Dockerfile -t easyflow-frontend:0.1 --load .",
"build:app": "pnpm run build --filter=@easyflow/app",
"changeset": "pnpm exec changeset",
"check": "pnpm run check:circular && pnpm run check:dep && pnpm run check:type && pnpm check:cspell",