Update Dockerfile to use Node.js 22-alpine and add @emnapi/core and @emnapi/runtime dependencies in package.json and package-lock.json for enhanced development support.
Some checks failed
CI / backend (push) Has been cancelled
CI / frontend (push) Has been cancelled
CI / compose (push) Has been cancelled

This commit is contained in:
2026-07-19 00:34:14 +03:00
parent 3b794180ef
commit ea2078bc78
3 changed files with 29 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM node:24-alpine AS build
FROM node:22-alpine AS build
WORKDIR /app
COPY package.json package-lock.json ./