mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-19 16:22:25 +01:00
11 lines
231 B
Bash
Executable File
11 lines
231 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
xhost +
|
|
LOCAL_USER_ID="$(id -u "$USER")"
|
|
HEADLESS=false
|
|
export LOCAL_USER_ID
|
|
export HEADLESS
|
|
|
|
docker compose -f ./docker/docker-compose.connect-webextension-test.yml up --build --abort-on-container-exit
|