fix: docs deploy

pull/176/head
Boaz Poolman 2025-03-17 09:23:58 +01:00
parent b54537cd34
commit c17ea4234c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ WORKDIR /opt/docusaurus
## Copy over the source code.
COPY . /opt/docusaurus/
## Install dependencies with `--immutable` to ensure reproducibility.
RUN yarn install --immutable
RUN yarn install
## Build the static site.
RUN yarn build