diff --git a/podman_build.sh b/podman_build.sh new file mode 100644 index 0000000..88395b3 --- /dev/null +++ b/podman_build.sh @@ -0,0 +1,2 @@ +#!/bin/sh +podman build -t discovery-mastodon-servers . diff --git a/podman_run.sh b/podman_run.sh new file mode 100644 index 0000000..7bd87b5 --- /dev/null +++ b/podman_run.sh @@ -0,0 +1,2 @@ +#!/bin/sh +podman run --mount type=bind,src=config/,target=/config -it --rm --name test-discovery discovery-mastodon-servers