moparisthebest
0079f514e1
All checks were successful
moparisthebest/xmpp-bench-proxy/pipeline/head This commit looks good
7 lines
135 B
Bash
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
|