chore: update docker build

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-12-05 00:35:32 +08:00
parent 84128e8668
commit 20da96018d

View File

@@ -22,7 +22,7 @@ COPY . .
RUN pnpm install --filter core... --filter '@afilmory/web...' --filter '@afilmory/dashboard...' --frozen-lockfile
RUN pnpm --filter @afilmory/web build:serve & \
pnpm --filter @afilmory/dashboard build & \
pnpm --filter @afilmory/dashboard build:prod:saas & \
pnpm --filter core build & \
wait
RUN mkdir -p be/apps/core/dist/static/web && cp -r apps/web/dist/* be/apps/core/dist/static/web/