refactor: update Dockerfile to use Node.js 22-alpine and optimize project queries in portal pages

This commit is contained in:
poyrazavsever
2026-06-09 18:30:14 +03:00
parent 7f1d01d65c
commit 8b51eb64cd
6 changed files with 9 additions and 21 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# ── Production Dockerfile (Dokploy / Coolify ready) ──────────────
FROM node:20-alpine AS base
FROM node:22-alpine AS base
# ── 1. Install dependencies ─────────────────────────────────────
FROM base AS deps