1
0
Fork 0
hudctrl/ci/build-container.sh

6 lines
121 B
Bash

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