feat: upgrade Node.js version to 20-alpine in Dockerfiles and improve healthcheck command

This commit is contained in:
MayaTheShy
2026-03-22 22:44:26 -04:00
parent e343ab8b4e
commit e59b6c1832
2 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# Stage 1: Build the React app
FROM node:18-alpine AS build
FROM node:20-alpine AS build
WORKDIR /app