This website requires JavaScript.
Explore
Help
Sign In
arno
/
trezor-wallet
Watch
1
Star
0
Fork
0
You've already forked trezor-wallet
mirror of
https://github.com/trezor/trezor-wallet
synced
2024-11-13 20:08:56 +00:00
Code
Issues
Releases
Wiki
Activity
d91a043967
trezor-wallet
/
scripts
/
docker-build.sh
4 lines
67 B
Bash
Raw
Normal View
History
Unescape
Escape
Added scripts for easy run and build
2018-10-02 13:43:03 +00:00
#!/bin/bash
Set current dir in bash - call script from anywhere
2018-10-02 13:48:51 +00:00
cd
"
$(
dirname
"
$0
"
)
"
Added scripts for easy run and build
2018-10-02 13:43:03 +00:00
docker build -t trezor-wallet ../
Reference in New Issue
Copy Permalink