people endpoints and super user events built
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:18-alpine
|
||||
FROM node:23-alpine
|
||||
|
||||
WORKDIR /
|
||||
|
||||
@@ -6,7 +6,7 @@ WORKDIR /
|
||||
COPY /WebServices/client-frontend/package*.json ./WebServices/client-frontend/
|
||||
|
||||
# Install dependencies
|
||||
RUN cd ./WebServices/client-frontend && npm install
|
||||
RUN cd ./WebServices/client-frontend && npm install --legacy-peer-deps
|
||||
|
||||
# Copy the rest of the application
|
||||
COPY /WebServices/client-frontend ./WebServices/client-frontend
|
||||
|
||||
Reference in New Issue
Block a user