From 2abf4124612fd9985e0a0dca4aa6cf29951cbd79 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 29 Jan 2024 15:45:13 +0200 Subject: [PATCH] Add script sto build and run --- podman_build.sh | 2 ++ podman_run.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 podman_build.sh create mode 100644 podman_run.sh 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