Skip to content

Commit 8f772ce

Browse files
danmolitorclaude
andcommitted
Add .dockerignore to exclude target/ and node_modules/ from build context
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a77ce30 commit 8f772ce

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.dockerignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
engine/target/
2+
server/target/
3+
node_modules/
4+
packages/*/node_modules/
5+
packages/*/dist/
6+
packages/core/pkg/
7+
.git/

0 commit comments

Comments
 (0)