phase 16: fix TS strict mode errors, node 24, update steering docs
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# Stage 1: Build
|
||||
FROM node:20-alpine AS build
|
||||
FROM node:24-alpine AS build
|
||||
WORKDIR /app
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci
|
||||
|
||||
Reference in New Issue
Block a user