Commit Graph

6 Commits

Author SHA1 Message Date
Ryan Salazar
c9b85b79b7 Dockerfile: npm install --include=dev to keep autoprefixer at build time
Same fix that landed for RMP cold-build on 2026-05-30. Coolify passes
NODE_ENV=production as a buildtime env (set on the app for runtime), which
causes npm to skip devDependencies and Next.js's PostCSS pipeline can't
load autoprefixer.
2026-06-01 15:38:18 +00:00
Ryan Salazar
9f23e9d753 docker: expose NEXT_PUBLIC_* build args as ENV so Next.js inlines them in client bundle (GA + Supabase + site URL) 2026-05-22 03:03:04 +00:00
e8c7185bf7 fix: set NODE_ENV after build so devDeps install for build 2026-05-14 13:52:38 +00:00
d2f985af28 fix: use npm install instead of npm ci (no lockfile) 2026-05-14 13:50:45 +00:00
fc8b14934b fix: simpler Dockerfile without standalone mode 2026-05-14 13:47:47 +00:00
d5259aaf47 feat: add Dockerfile to bypass nixpacks deno misdetection 2026-05-14 13:47:21 +00:00