Commit Graph

6 Commits

Author SHA1 Message Date
kevin-asprec
9f031a6757 fix: override NODE_ENV=development for npm install in Coolify
Coolify injects ARG NODE_ENV=production which causes npm to skip
devDependencies (typescript, tailwindcss, postcss). Override with
ENV NODE_ENV=development before npm install, then set production
before next build.
2026-04-14 20:41:57 +08:00
kevin-asprec
342e17aed2 fix: remove ENV NODE_ENV=development that breaks Next.js static generation 2026-04-14 20:12:54 +08:00
kevin-asprec
af20fcb1dc fix: set NODE_ENV=development during build to include devDependencies 2026-04-14 09:00:52 +08:00
kevin-asprec
f069b84f87 fix: add cache bust arg to force clean Docker build 2026-04-14 06:41:20 +08:00
kevin-asprec
dcadef92b6 fix: install typescript for next.config.ts transpilation in Dockerfile 2026-04-14 06:05:30 +08:00
kevin-asprec
3f5bf0e118 initial: standalone repo from monorepo split 2026-04-13 09:36:37 +08:00