Commit 50011ff5 authored by Phạm Quang Bảo's avatar Phạm Quang Bảo

[tag]0.1-vcci

parents 9dec1a73 e8fc16b0
Pipeline #52985 failed with stages
in 24 seconds
...@@ -13,7 +13,7 @@ RUN corepack enable && corepack prepare pnpm@latest --activate ...@@ -13,7 +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 toàn bộ source (đã được .dockerignore lọc trừ node_modules / .next / openapi)
COPY . . COPY . .
RUN npm run build RUN pnpm run build
# ----------------- Production stage ----------------- # ----------------- Production stage -----------------
FROM node:22-alpine AS production FROM node:22-alpine AS production
......
{ {
"name": "vcci-fontend-v2", "name": "vcci-fontend-v2",
"version": "0.1.1", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev --turbopack", "dev": "next dev --turbopack",
...@@ -81,5 +81,12 @@ ...@@ -81,5 +81,12 @@
"tailwindcss": "^4", "tailwindcss": "^4",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"typescript": "^5" "typescript": "^5"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp",
"unrs-resolver"
]
} }
} }
\ No newline at end of file
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