Commit f0f651f
committed
fix: remove peer-id references from Containerfile
The packages/peer-id/ directory was deleted as part of the migration to
the published torrust-peer-id crate, but the Containerfile still referenced
the old path in three places:
1. COPY packages/peer-id/Cargo.toml
2. packages/peer-id/src in source copy section
3. packages/peer-id/src/lib.rs in license check
Dropping these references fixes the Container (Docker) workflow failure.
Related-to: PR #18871 parent f4cdfac commit f0f651f
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
130 | | - | |
131 | 129 | | |
132 | 130 | | |
133 | 131 | | |
| |||
170 | 168 | | |
171 | 169 | | |
172 | 170 | | |
173 | | - | |
174 | 171 | | |
175 | 172 | | |
176 | 173 | | |
| |||
0 commit comments