Add script sto build and run

This commit is contained in:
Antonio J. Delgado 2024-01-29 15:45:13 +02:00
parent f5c0da3858
commit 2abf412461
2 changed files with 4 additions and 0 deletions

2
podman_build.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/sh
podman build -t discovery-mastodon-servers .

2
podman_run.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/sh
podman run --mount type=bind,src=config/,target=/config -it --rm --name test-discovery discovery-mastodon-servers