added electrs podman build

This commit is contained in:
b0xxer
2024-02-09 06:26:50 -06:00
parent a7154389fc
commit f4d4ac5963
3 changed files with 54 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
#Build command to make container
VER=26.0
buildah build -t bitcoin:$VER --build-arg VERSION=$VER -f Containerfile