fix(web-app): path to copy on docker image

Because the Fribourg GitLab need a relative path from the root of the project and not from the Dockerfile...
Is it possible to see one time a correct installation of GitLab somewhere?!

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-05-20 11:27:12 +02:00
parent d349caec74
commit b83e30e5b5

View File

@@ -2,7 +2,7 @@ FROM node:22.15-slim
WORKDIR /app WORKDIR /app
COPY . . COPY ./web-app .
RUN npm install RUN npm install