mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-23 13:03:11 +00:00
The **/vendor/* dockerignore rule strips vendored sources (e.g. nat_traversal's miniupnp) out of a host-resolved nimbledeps/ tree while keeping its stamp, so in-container builds skip dependency resolution and then fail on the missing vendor content. Excluding nimbledeps/ and build/ makes the container resolve dependencies fresh, matching CI. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
12 lines
108 B
Plaintext
12 lines
108 B
Plaintext
/README.md
|
|
/Dockerfile
|
|
/.*ignore
|
|
/LICENSE*
|
|
/tests
|
|
/metrics
|
|
/nimcache
|
|
librln*
|
|
**/vendor/*
|
|
/nimbledeps
|
|
/build
|