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

[tag]0.1-vcci

parents 50011ff5 20d86372
Pipeline #52986 passed with stages
in 8 minutes and 10 seconds
...@@ -5,7 +5,7 @@ WORKDIR /app ...@@ -5,7 +5,7 @@ WORKDIR /app
RUN corepack enable && corepack prepare pnpm@latest --activate RUN corepack enable && corepack prepare pnpm@latest --activate
# Copy manifest + lockfile trước để tận dụng Docker layer cache # Copy manifest + lockfile trước để tận dụng Docker layer cache
COPY package.json pnpm-lock.yaml* ./ COPY package.json pnpm-lock.yaml* pnpm-workspace.yaml ./
# Cài dependencies production + dev (cần dev vì next build, eslint, orval tại build stage) # Cài dependencies production + dev (cần dev vì next build, eslint, orval tại build stage)
RUN pnpm install --frozen-lockfile RUN pnpm install --frozen-lockfile
...@@ -81,12 +81,5 @@ ...@@ -81,12 +81,5 @@
"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