diff --git a/infra/build/docs/Dockerfile b/infra/build/docs/Dockerfile index 385eb9992..e6be17463 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