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:
@@ -2,7 +2,7 @@ FROM node:22.15-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
COPY ./web-app .
|
||||
|
||||
RUN npm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user