We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54537c commit c17ea42Copy full SHA for c17ea42
docs/Dockerfile
@@ -17,7 +17,7 @@ WORKDIR /opt/docusaurus
17
## Copy over the source code.
18
COPY . /opt/docusaurus/
19
## Install dependencies with `--immutable` to ensure reproducibility.
20
-RUN yarn install --immutable
+RUN yarn install
21
## Build the static site.
22
RUN yarn build
23
0 commit comments