mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-19 11:09:26 +00:00
build: exclude host nimbledeps and build dirs from docker context
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>
This commit is contained in:
parent
30faf51528
commit
1ac1f8b69e
@ -7,3 +7,5 @@
|
||||
/nimcache
|
||||
librln*
|
||||
**/vendor/*
|
||||
/nimbledeps
|
||||
/build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user