fix: docs deploy
parent
b54537cd34
commit
c17ea4234c
|
@ -17,7 +17,7 @@ WORKDIR /opt/docusaurus
|
||||||
## Copy over the source code.
|
## Copy over the source code.
|
||||||
COPY . /opt/docusaurus/
|
COPY . /opt/docusaurus/
|
||||||
## Install dependencies with `--immutable` to ensure reproducibility.
|
## Install dependencies with `--immutable` to ensure reproducibility.
|
||||||
RUN yarn install --immutable
|
RUN yarn install
|
||||||
## Build the static site.
|
## Build the static site.
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue