Skip to content
Snippets Groups Projects
Commit 40f34565 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

try to set base url

parent aee388cd
Branches
No related tags found
1 merge request!7K8s deploy
Pipeline #111456 canceled
......@@ -43,7 +43,7 @@ FROM node:19.5-bullseye-slim as generate
WORKDIR /usr/src/app
COPY --from=install /usr/src/app ./
COPY . /usr/src/app
RUN npm run generate
RUN NUXT_APP_BASE_URL=/wiki/ npm run generate
### STAGE: NGINX ###
FROM nginxinc/nginx-unprivileged:1.25
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment