ptth/run_docker_image.bash

8 lines
133 B
Bash
Executable File

#!/usr/bin/env bash
sudo docker run -it \
-v $PWD/config:/home/nonroot/config \
-e RUST_LOG=ptth=trace \
-p 4000:4000 \
ptth:latest