toevoeging baseApi + versienummer
All checks were successful
Docker Image CI / build-and-push (push) Successful in 2m16s
Docker Image CI / deploy (push) Successful in 33s

This commit is contained in:
2025-03-13 22:23:44 +01:00
parent 9ca282ca3f
commit 0ebf648017
11 changed files with 31 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ RUN npm install -g @angular/cli
COPY . .
RUN ng build --configuration=production
RUN ng build --configuration=test
# Gebruik een multi-architecture versie van Nginx
FROM nginx:latest