diff --git a/dockerfile b/dockerfile index a99f460..a60e080 100644 --- a/dockerfile +++ b/dockerfile @@ -15,7 +15,7 @@ WORKDIR /usr/src/app COPY package*.json ./ # Dependencies installieren (Prod ohne devDependencies, wenn du das willst) -RUN npm ci --omit=dev +RUN npm ci # Restlichen Code kopieren COPY . .