1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-21 02:26:13 +00:00

Fixed bridge lib path

This commit is contained in:
Vladimir Volek 2019-01-11 21:04:05 +01:00
parent 81d73244d8
commit 2c5739d3bb
2 changed files with 17 additions and 3 deletions

View File

@ -28,7 +28,7 @@ RUN make build_unix_noui
RUN mkdir /trezor-bridge
WORKDIR /trezor-bridge
RUN wget https://wallet.trezor.io/data/bridge/2.0.25/trezor-bridge_2.0.25_amd64.deb
RUN dpkg -x /trezor-bridge/trezor-bridge_2.0.25_amd64.deb /trezor-bridge
RUN dpkg -x /trezor-bridge/trezor-bridge_2.0.25_amd64.deb /trezor-bridge/extracted
#
# install trezor-wallet
@ -44,4 +44,5 @@ RUN yarn run build:stable
#
# run
#
ENTRYPOINT ["/trezor-wallet/test/docker/run-all.sh"]
ENTRYPOINT ["/trezor-wallet/test/docker/run-all.sh"]
EXPOSE 8080

View File

@ -1 +1,14 @@
ls
#!/bin/bash
# go to root
cd "$(dirname "$0")"
cd ..
# run bridge
cd /trezor-bridge/extracted/usr/bin && trezord -e 21324 -u=false &&
# run emulator
cd /trezor-emulator/docker/emulator && ./run.sh &&
# run wallet
cd /trezor-wallet && yarn run prod-server