fix: serve on port 80 to match Coolify/Traefik routing config

This commit is contained in:
BetterHuman
2026-05-06 04:18:44 +00:00
parent 5b03454bf9
commit 2b8854130a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -179,5 +179,5 @@ async function seed() {
seed();
" 2>/dev/null || echo "[start] Seed warning (continuing)"
echo "[start] Starting Node.js backend on port 3000..."
echo "[start] Starting Node.js backend on port ${PORT:-80}..."
exec node dist/index.js