Dateien nach "/" hochladen

This commit is contained in:
2026-05-28 01:09:22 +02:00
parent 0fcdf32b2e
commit 2564d2fbfb

View File

@@ -8,6 +8,7 @@ RUN npm run build
# ── Stage 2: Express liefert API + React in einem Container ──────────────────
FROM node:20-alpine
RUN apk add --no-cache tzdata
WORKDIR /app
COPY backend/package.json ./
RUN npm install --production