7 lines
136 B
Bash
Executable File
7 lines
136 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euxo pipefail
|
|
|
|
docker run \
|
|
--name telemetry \
|
|
-v $(pwd)/src:/workspace \
|
|
-it telemetry-ide:latest |