mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-21 14:47:12 +01:00
git-subtree-dir: packages/components git-subtree-mainline:829751da45git-subtree-split:7fcef243ba
7 lines
143 B
Bash
Executable File
7 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$(dirname "$0")"
|
|
cd ..
|
|
|
|
docker build -f Dockerfile -t trezor-ui-components .
|
|
docker run -d -p 9001:9001 trezor-ui-components |