xmpp-bench-proxy/contrib/rtb/rtb.sh
moparisthebest 0079f514e1
All checks were successful
moparisthebest/xmpp-bench-proxy/pipeline/head This commit looks good
Add example rtb/tsung Dockerfiles, scripts, and configs
2023-10-28 16:48:19 -04:00

7 lines
135 B
Bash

#!/bin/sh
set -eux
podman build . -t rtb
podman run --network host --rm -it -p 8080:8080 --volume $(pwd)/rtb.yml:/app/rtb.yml:ro rtb