4 lines
104 B
Bash
4 lines
104 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
sudo docker run -it -v $PWD/config:/root/config -e RUST_LOG=ptth=trace ptth:latest
|