bitb0x/podman/electrs/build.sh
2024-02-09 06:26:50 -06:00

7 lines
129 B
Bash
Executable File

#!/bin/sh
#Build command to make container
VER=0.10.2
buildah build -t electrs:$VER --build-arg VERSION=v$VER -f Containerfile