anpassung devDependencies im build_stage

This commit is contained in:
Codex Agent
2025-12-18 09:00:42 +01:00
parent 1c4acda332
commit eac90e16e7

View File

@@ -40,7 +40,7 @@ RUN apt-get update \
COPY package.json package-lock.json ./
RUN npm install -g npm@11 \
&& npm ci --omit=dev --no-audit --prefer-offline
&& npm ci --no-audit --prefer-offline
COPY . .
COPY --from=vendor /var/www/html/vendor ./vendor