fix: track Cargo.lock so Docker CI build can copy it
Some checks failed
CI / test (pull_request) Has been cancelled
CI / test (push) Failing after 6m57s

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:
2026-05-05 02:39:03 +02:00
parent 681b43174b
commit ab9d1fc547
2 changed files with 3047 additions and 1 deletions

1
.gitignore vendored
View File

@@ -19,7 +19,6 @@ build/
# Rust
target/
Cargo.lock
debug/
release/

3047
backend/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff