my-ostree-OS/containers/cachyos/tradingview/build.sh
Anders Rytter Hansen 31fb5991ff add cachyos containers
2023-11-05 15:12:16 +01:00

8 lines
367 B
Bash
Executable file

#!/bin/sh
APPNAME="tradingview"
podman build -t andersrh/cachyos/$APPNAME -f Dockerfile .
podman rm -f $APPNAME
distrobox create --image ghcr.io/andersrh/containers/cachyos/$APPNAME --home ~/containers/$APPNAME/ $APPNAME
distrobox enter $APPNAME -- distrobox-export --app $APPNAME --extra-flags "--enable-features=WaylandWindowDecorations --ozone-platform=wayland"