continued try for deployment

This commit is contained in:
2025-09-03 20:27:59 +00:00
parent e30723da0a
commit 86b1bdbd91
10 changed files with 2708 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ COPY package.json pnpm-lock.yaml ./
# Installiere pnpm und dann die Abhängigkeiten
# --prod stellt sicher, dass nur Produktions-Abhängigkeiten installiert werden
RUN npm install -g pnpm && pnpm install --prod --frozen-lockfile
RUN npm install -g pnpm && pnpm install --frozen-lockfile
# Kopiere den restlichen Quellcode
COPY . .