node versie update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Gebruik een multi-architecture versie van Node
|
||||
FROM --platform=linux/amd64 node:18.19.0 as build
|
||||
FROM --platform=linux/amd64 node:22.0.0 as build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -11,8 +11,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user