#!/bin/bash podman build --rm --build-arg=URL=http://localhost -t homepage:latest . podman run --rm -p "80:80" homepage:latest