迁移 orm 依赖到 drizzle

This commit is contained in:
2025-09-27 10:37:27 +08:00
parent 7fa2fe67ca
commit 72ea29f435
19 changed files with 538 additions and 523 deletions

View File

@@ -14,7 +14,6 @@ WORKDIR /app
COPY --from=dep /app/node_modules ./node_modules
COPY . .
RUN bun prisma generate
RUN bun run build
# 生产阶段