From c17ea4234c4e6aea746734a23a159bfa84e9b73c Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Mon, 17 Mar 2025 09:23:58 +0100 Subject: [PATCH] fix: docs deploy --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index b37d565..5494854 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -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