Fix docs build

This commit is contained in:
Charles Bochet
2023-11-06 23:21:08 +01:00
parent ba69435339
commit 1bf5af9150

View File

@ -6,7 +6,7 @@ ARG SHOULD_INDEX_DOC
COPY ./docs/package.json .
COPY ./docs/yarn.lock .
RUN yarn install --prod
RUN yarn install
COPY ./docs .
RUN npm run build