fix(demo): un-ignore docker/bitcoin-ui in build context
The backend COPY of docker/bitcoin-ui failed in Portainer because .dockerignore (* + whitelist) excluded it. Re-include docker/ then exclude its contents except bitcoin-ui, so the build context contains the Bitcoin UI mock shell. demo/files is already covered by !demo/. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
79c3769542
commit
c9341baa35
@ -7,6 +7,11 @@
|
||||
# Allow demo assets (AIUI pre-built dist)
|
||||
!demo/
|
||||
|
||||
# Allow the Bitcoin UI mock shell (backend serves it from /docker/bitcoin-ui)
|
||||
!docker/
|
||||
docker/*
|
||||
!docker/bitcoin-ui/
|
||||
|
||||
# Allow backend source for ISO source builds
|
||||
!core/
|
||||
!scripts/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user