Re-Add package-lock.json (Dockerfile)

This commit is contained in:
Frederik Beimgraben 2025-09-01 05:21:36 +02:00
parent 1460de6e32
commit 20e5638703

View File

@ -3,7 +3,7 @@ FROM node:20-bookworm-slim AS builder
WORKDIR /app
# nur Manifeste kopieren
COPY package.json ./
COPY package.json package-lock.json ./
# npm robuster machen (optional, aber hilft)
RUN npm i -g npm@9