This commit is contained in:
martin 2026-01-05 16:07:19 +01:00
parent 9805c18dd5
commit c9e51c86ba

View File

@ -1,9 +1,10 @@
# Stage 1: Build (Erstellung des Produktionsbundles)
FROM node:20-alpine AS build
# Setze das Arbeitsverzeichnis
WORKDIR /usr/src/app
test
# Kopiere package.json und package-lock.json und installiere die Abhängigkeiten
COPY package.json ./
RUN npm install --force && npm cache clean --force