fix: Update Dockerfile to use npm install --production instead of npm ci --production

This commit is contained in:
Kunthawat Greethong
2026-03-09 20:35:25 +07:00
parent 57e88dae25
commit 6111b0e6ee
3 changed files with 184 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
},
"dependencies": {
"@astrojs/db": "^0.19.0",
"@astrojs/node": "^9.5.4",
"@libsql/client": "^0.17.0",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.17.1",