people endpoints and super user events built

This commit is contained in:
2025-04-13 17:28:20 +03:00
parent c3b7556e7e
commit 9a4696af77
363 changed files with 3270 additions and 264289 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:23-alpine
WORKDIR /
@@ -6,7 +6,7 @@ WORKDIR /
COPY WebServices/management-frontend/package*.json ./WebServices/management-frontend/
# Install dependencies
RUN cd ./WebServices/management-frontend && npm install
RUN cd ./WebServices/management-frontend && npm install --legacy-peer-deps
# Copy the rest of the application
COPY WebServices/management-frontend ./WebServices/management-frontend