Podmanfiles/fedora-toolbox/ezra/build.sh
Anders Rytter Hansen 216e9fce47 adding ezra bible app
2023-04-07 22:38:46 +02:00

7 lines
No EOL
248 B
Bash
Executable file

#!/bin/sh
APPNAME="ezra"
podman build -t andersrh/fedora-toolbox/$APPNAME -f Dockerfile .
distrobox create --image andersrh/fedora-toolbox/$APPNAME --home ~/containers/$APPNAME/ $APPNAME
distrobox enter $APPNAME -- distrobox-export --app $APPNAME