#!/bin/sh -ex
cp -r svc/dist container/wheels
cp -r ui/dist container/ui
podman build -t hudctrl:${BUILD_TAG} container