feature/ai-search #2

Open
mmintel wants to merge 68 commits from feature/ai-search into main
Showing only changes of commit 7f1aeaee7e - Show all commits

View File

@@ -38,6 +38,11 @@ FROM base AS development
ENV NODE_ENV=development
CMD ["pnpm", "dev:local"]
# Stage: Migrator
FROM base AS migrator
ENV NODE_ENV=production
CMD ["pnpm", "cms:migrate"]
# Build application
# Stage 3: Builder (Production)
FROM base AS builder