Add script sto build and run
This commit is contained in:
parent
f5c0da3858
commit
2abf412461
2 changed files with 4 additions and 0 deletions
2
podman_build.sh
Normal file
2
podman_build.sh
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
podman build -t discovery-mastodon-servers .
|
2
podman_run.sh
Normal file
2
podman_run.sh
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
podman run --mount type=bind,src=config/,target=/config -it --rm --name test-discovery discovery-mastodon-servers
|
Loading…
Reference in a new issue