Set current dir in bash - call script from anywhere

pull/150/head
Vladimir Volek 6 years ago committed by Szymon Lesisz
parent 666869f77d
commit 116a912a48

@ -1,3 +1,4 @@
#!/bin/bash
set -e
cd "$(dirname "$0")"
docker build -t trezor-wallet ../

@ -1,2 +1,3 @@
#!/bin/bash
docker run -p 8080:8080 -d trezor-wallet:latest
Loading…
Cancel
Save