mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-13 20:08:56 +00:00
3 lines
52 B
Bash
3 lines
52 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
docker build -t trezor-wallet ../
|