This commit is contained in:
Mel M. van Veen
2024-12-01 20:28:56 +01:00
parent 4cd7873f47
commit c32b049974

View File

@@ -3,8 +3,6 @@ FROM --platform=linux/amd64 node:18.19.0 as build
WORKDIR /app
RUN npm run bump-version
COPY package*.json ./
RUN npm install
@@ -13,6 +11,8 @@ RUN npm install -g @angular/cli
COPY . .
RUN npm version patch --no-git-tag-version
RUN ng build --configuration=production
# Gebruik een multi-architecture versie van Nginx