change node version and modify docker compose

This commit is contained in:
SennayT
2026-05-28 14:03:49 +03:00
parent e7bb4db4ce
commit af5f4cd038
4 changed files with 21 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ ARG TURBO_FILTER=@edr/freight-portal
ARG APP_PATH=apps/edr-freight-web/portal
ARG VITE_API_URL=http://localhost:3001/api
FROM node:22-alpine AS base
FROM node:24.15.0-alpine AS base
RUN apk add --no-cache libc6-compat
RUN corepack enable
WORKDIR /app