This commit is contained in:
Tizian.Breuch
2025-10-09 16:42:01 +02:00
parent cf89f4170c
commit c0c6d74189

View File

@@ -8,7 +8,7 @@ COPY package.json package-lock.json ./
RUN npm install
COPY . .
RUN npm run build
RUN ls -la
# --- Stufe 2: Produktions-Umgebung ("runner") ---
FROM node:20-alpine AS runner
WORKDIR /app