update docker

This commit is contained in:
Phuoc Nguyen
2025-10-10 17:13:45 +07:00
parent 87c12b9927
commit 8c34460889
5 changed files with 478 additions and 50 deletions

View File

@@ -1,7 +1,7 @@
# Multi-stage build for optimized production image
# Stage 1: Build
FROM node:18-alpine AS builder
FROM node:22-alpine AS builder
WORKDIR /app