mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
8 lines
204 B
Bash
Executable File
8 lines
204 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
LOCAL_USER_ID="$(id -u "$USER")"
|
|
export LOCAL_USER_ID
|
|
|
|
docker compose -f ./docker/docker-compose.blockchain-link-test.yml up --build --abort-on-container-exit --force-recreate
|