mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
8 lines
168 B
Bash
Executable File
8 lines
168 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
HEADLESS=true
|
|
export HEADLESS
|
|
|
|
docker compose -f ./docker/docker-compose.connect-webextension-test.yml up --build --abort-on-container-exit
|