???
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m53s

This commit is contained in:
2025-12-12 10:53:43 -07:00
parent ee10cbaf60
commit a8e017caf2
2 changed files with 3 additions and 7 deletions

View File

@@ -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

View File

@@ -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"
]
}
}