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.
2 parents 6ab9f30 + 9340fca commit cec6c50Copy full SHA for cec6c50
.dockerignore
@@ -19,6 +19,11 @@ coverage.xml
19
frontend/**/node_modules
20
frontend/**/playwright-report
21
22
+# Documentation
23
+docs/build
24
+docs/node_modules
25
+docs/.docusaurus
26
+
27
# Direnv files (https://direnv.net/)
28
.direnv/
29
.envrc
changelog/+docs-docker.fixed.md
@@ -0,0 +1 @@
1
+Prevent temporary directories generated by Docusaurus to be imported by Docker
0 commit comments