Changes: - Updated Rust from 1.75 to 1.83 in both Dockerfiles - Fixed CMD syntax: changed single quotes to double quotes (JSON format) Before: CMD ['cargo-watch', '-x', 'run'] After: CMD [cargo-watch, -x, run] This fixes the cargo-watch compilation error that required edition2024. Rust 1.83 supports all current crate features and editions. |
||
|---|---|---|
| .. | ||
| config | ||
| docker | ||
| src | ||
| tests | ||
| .dockerignore | ||
| .env.example | ||
| Cargo.toml | ||
| defaults.env | ||
| docker-compose.dev.yml | ||
| docker-compose.yml | ||