Skip to content

Commit

Permalink
Maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
Malfrador authored Oct 26, 2024
1 parent 7191f18 commit b2fb0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b2fb0ae

Please sign in to comment.