Re-Add package-lock.json (Dockerfile)
This commit is contained in:
parent
1460de6e32
commit
20e5638703
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user