Skip to content

Commit 52ceca5

Browse files
AlexMikhalevclaude
andcommitted
fix(docker): include Cargo.lock for reproducible builds
The .dockerignore was excluding Cargo.lock which is needed for reproducible Docker builds. Terraphim AI Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fe98cfd commit 52ceca5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ examples/
1717
# Dependencies and caches
1818
node_modules/
1919
target/
20-
Cargo.lock
20+
# Note: Cargo.lock is needed for reproducible Docker builds
21+
# Cargo.lock
2122

2223
# Development and test files
2324
tests/

0 commit comments

Comments
 (0)