spawner/frontend
XPS\Micro 29145dde84 fix: switch from Alpine to Debian slim Node.js image to resolve SWC binary loading issue
- Changed FROM node:20-alpine to node:20-slim for both builder and runner stages
- Alpine (musl) is incompatible with Next.js SWC binary (glibc)
- Debian slim provides 80% smaller image compared to full node:20 (~180MB vs ~900MB)
- Fully compatible with Next.js and SWC without any patches
- Better performance and stability on Synology NAS
2026-01-31 12:39:31 +01:00
..
public Initial project structure with documentation 2026-01-30 18:00:41 +01:00
src fix: email verification improvements 2026-01-31 11:57:52 +01:00
.env.example Initial project structure with documentation 2026-01-30 18:00:41 +01:00
.gitignore Initial project structure with documentation 2026-01-30 18:00:41 +01:00
Dockerfile fix: switch from Alpine to Debian slim Node.js image to resolve SWC binary loading issue 2026-01-31 12:39:31 +01:00
next.config.mjs Initial project structure with documentation 2026-01-30 18:00:41 +01:00
package-lock.json Initial project structure with documentation 2026-01-30 18:00:41 +01:00
package.json Initial project structure with documentation 2026-01-30 18:00:41 +01:00
postcss.config.mjs Initial project structure with documentation 2026-01-30 18:00:41 +01:00
tailwind.config.ts Initial project structure with documentation 2026-01-30 18:00:41 +01:00
tsconfig.json Script modified 2026-01-30 21:45:27 +01:00