kupdate
This commit is contained in:
parent
63aff383ab
commit
fbcb6fb7fa
@ -1,7 +1,7 @@
|
||||
FROM node:22-alpine AS deps
|
||||
WORKDIR /app
|
||||
COPY package.json package-lock.json* ./
|
||||
RUN npm ci --omit=dev
|
||||
RUN npm ci
|
||||
|
||||
FROM node:22-alpine AS builder
|
||||
WORKDIR /app
|
||||
|
||||
Loading…
Reference in New Issue
Block a user