Skip to content

Commit b7ef8e2

Browse files
authored
Do not send the 'node' directory to docker (#275)
This directory contains the NodeJS runtime for Gradle when building the frontend assets, but it isn't needed when packaging the docker image.
1 parent 16c3a78 commit b7ef8e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.dockerignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.git
2-
node_modules
2+
node/
3+
node_modules/
34
.gradle
45
.idea
56
build/
67
out/
7-
*.hprof
8+
*.hprof

0 commit comments

Comments
 (0)