diff --git a/Dockerfile b/Dockerfile index 363d315..eb01dc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node:latest as build WORKDIR /usr/local/app COPY ./ /usr/local/app RUN npm install -RUN npm run build +RUN npm run build --base-href='/containers/aurianjault-voila/' # Stage 2: Serve app with nginx server