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