chang to node lts and correct json structure

This commit is contained in:
Starystars67
2026-04-13 00:17:41 +01:00
parent ed1cb0e2a8
commit 070fb38709
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Step 1: Build stage # Step 1: Build stage
FROM node:22-alpine3.21 AS build FROM node:lts-alpine AS build
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./