Skip to content

Commit 0128400

Browse files
authored
Merge pull request #21721 from mvdbeek/exclude_node_modules_from_docker_context
[25.1] Exclude node_modules at all depths in Docker builds
2 parents 6ffc058 + 72d245a commit 0128400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.k8s_ci.Dockerfile
22
.venv
33
database
4-
node_modules
4+
**/node_modules

0 commit comments

Comments
 (0)