From 1bf5af915058faf8956085cfd14dff0ccce947e2 Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Mon, 6 Nov 2023 23:21:08 +0100 Subject: [PATCH] Fix docs build --- infra/build/docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/build/docs/Dockerfile b/infra/build/docs/Dockerfile index 385eb999230..e6be1746339 100644 --- a/infra/build/docs/Dockerfile +++ b/infra/build/docs/Dockerfile @@ -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