This commit is contained in:
@@ -54,6 +54,9 @@ RUN pnpm run build
|
||||
|
||||
FROM node:24-alpine AS runtime
|
||||
|
||||
# Install pnpm for runtime
|
||||
RUN npm install -g pnpm
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Copy built application
|
||||
|
||||
@@ -32,12 +32,5 @@
|
||||
"@iconify-json/simple-icons": "^1.2.62",
|
||||
"@types/react": "^19.2.7",
|
||||
"daisyui": "^5.5.13"
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@tailwindcss/oxide",
|
||||
"esbuild",
|
||||
"sharp"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user