Remove package-lock.json

This commit is contained in:
Frederik Beimgraben 2025-09-01 05:15:00 +02:00
parent f6574bc970
commit 45eda4b3a0

View File

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