fix
This commit is contained in:
@@ -3,8 +3,6 @@ FROM --platform=linux/amd64 node:18.19.0 as build
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN npm run bump-version
|
|
||||||
|
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
@@ -13,6 +11,8 @@ RUN npm install -g @angular/cli
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN npm version patch --no-git-tag-version
|
||||||
|
|
||||||
RUN ng build --configuration=production
|
RUN ng build --configuration=production
|
||||||
|
|
||||||
# Gebruik een multi-architecture versie van Nginx
|
# Gebruik een multi-architecture versie van Nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user