mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 07:25:20 +01:00
6 lines
175 B
Bash
Executable File
6 lines
175 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
LOCAL_USER_ID="$(id -u "$USER")"
|
|
docker compose -f ./docker/docker-compose.suite-base.yml run -e LOCAL_USER_ID="$LOCAL_USER_ID" --rm suite-install
|