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

ARG at the top of the file before FROMs

parent 5672b29b
No related branches found
No related tags found
1 merge request!7K8s deploy
Pipeline #111484 canceled
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
ARG BASE_URL=/
### Stage Install ###
FROM node:19.5-bullseye-slim as install
......@@ -40,7 +42,6 @@ CMD [ "node", "server/index.mjs"]
### STAGE: Generate ###
FROM node:19.5-bullseye-slim as generate
ARG BASE_URL=/
ENV NUXT_APP_BASE_URL=${BASE_URL}
RUN echo "the base url env var"
RUN echo ${NUXT_APP_BASE_URL}
......
......@@ -15,7 +15,7 @@ export default defineNuxtConfig({
enabled: false
},
// app: {
// baseURL: '/defense-finder-wiki-test/',
// baseURL: '/wiki',
// }
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment