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

6 lines
124 B
Bash

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