continued try for deployment
This commit is contained in:
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user