Skip to content

Commit c17ea42

Browse files
committed
fix: docs deploy
1 parent b54537c commit c17ea42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WORKDIR /opt/docusaurus
1717
## Copy over the source code.
1818
COPY . /opt/docusaurus/
1919
## Install dependencies with `--immutable` to ensure reproducibility.
20-
RUN yarn install --immutable
20+
RUN yarn install
2121
## Build the static site.
2222
RUN yarn build
2323

0 commit comments

Comments
 (0)