Commit 184754a2 authored by Phạm Quang Bảo's avatar Phạm Quang Bảo

[tag]0.1-vcci

parents d282a542 b66b849e
Pipeline #52983 failed with stages
in 1 minute and 3 seconds
......@@ -13,9 +13,7 @@ RUN corepack enable && corepack prepare pnpm@latest --activate
# Copy toàn bộ source (đã được .dockerignore lọc trừ node_modules / .next / openapi)
COPY . .
# Generate API client + build
RUN node scripts/generate-api.mjs
RUN pnpm run build
RUN npm run build
# ----------------- Production stage -----------------
FROM node:22-alpine AS production
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment