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