df
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
FROM node:20-alpine AS build
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
RUN npm install
|
||||
COPY . .
|
||||
# Ersetze 'frontend', falls dein Projekt in angular.json anders heißt!
|
||||
RUN npm run build -- --configuration production
|
||||
|
||||
Reference in New Issue
Block a user