Skip to content

Commit cec6c50

Browse files
authored
Merge pull request #4605 from opsmill/dga-20241011-dockerignore
Exclude npm and docusaurus directories from docker
2 parents 6ab9f30 + 9340fca commit cec6c50

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.dockerignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ coverage.xml
1919
frontend/**/node_modules
2020
frontend/**/playwright-report
2121

22+
# Documentation
23+
docs/build
24+
docs/node_modules
25+
docs/.docusaurus
26+
2227
# Direnv files (https://direnv.net/)
2328
.direnv/
2429
.envrc

changelog/+docs-docker.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Prevent temporary directories generated by Docusaurus to be imported by Docker

0 commit comments

Comments
 (0)