fix: track Cargo.lock so Docker CI build can copy it
Cargo.lock was in .gitignore, making it absent from the git checkout that CI builds the Docker image from — COPY backend/Cargo.lock failed.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -19,7 +19,6 @@ build/
|
||||
|
||||
# Rust
|
||||
target/
|
||||
Cargo.lock
|
||||
debug/
|
||||
release/
|
||||
|
||||
|
||||
3047
backend/Cargo.lock
generated
Normal file
3047
backend/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user