mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
fix: copy libldk_node.so to the final image
This commit is contained in:
parent
9170a0ca39
commit
81732cfe73
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ ENV LD_LIBRARY_PATH=/usr/lib/nwc
|
|||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY --from=builder /build/libbreez_sdk_bindings.so /usr/lib/nwc/
|
||||
COPY --from=builder /build/libglalby_bindings.so /usr/lib/nwc/
|
||||
COPY --from=builder /build/libldk_node.so /usr/lib/nwc/
|
||||
COPY --from=builder /build/main /bin/
|
||||
|
||||
ENTRYPOINT [ "/bin/main" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue