From b2fb0aea6c0577194e566708a1fc5c30e80a3e10 Mon Sep 17 00:00:00 2001 From: Malfrador Date: Sun, 27 Oct 2024 01:45:24 +0200 Subject: [PATCH] Maybe? --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 6704fb0..408cabc 100644 --- a/dockerfile +++ b/dockerfile @@ -17,7 +17,7 @@ WORKDIR /opt/docusaurus ## Copy over the source code. COPY . /opt/docusaurus/ ## Install dependencies with `--immutable` to ensure reproducibility. -RUN npm ci +npm create astro@latest -- --template starlight ## Build the static site. RUN npm run build