mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
fix: ldk bindings in dockerfile
This commit is contained in:
parent
61b52b3061
commit
ea5c20fe6c
1 changed files with 3 additions and 0 deletions
|
|
@ -61,4 +61,7 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
|||
COPY --from=builder /build/libbreez_sdk_bindings.so /usr/lib/libbreez/
|
||||
COPY --from=builder /build/main /bin/
|
||||
|
||||
# Temporary LDK bindings
|
||||
COPY ldk_node ./ldk_node
|
||||
|
||||
ENTRYPOINT [ "/bin/main" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue