Fix docs build
This commit is contained in:
@ -6,7 +6,7 @@ ARG SHOULD_INDEX_DOC
|
|||||||
|
|
||||||
COPY ./docs/package.json .
|
COPY ./docs/package.json .
|
||||||
COPY ./docs/yarn.lock .
|
COPY ./docs/yarn.lock .
|
||||||
RUN yarn install --prod
|
RUN yarn install
|
||||||
|
|
||||||
COPY ./docs .
|
COPY ./docs .
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user