1
0
Fork 0

fixup-container-build
dustin/hudctrl/pipeline/head There was a failure building this commit Details

Dustin 2022-08-01 18:47:48 -05:00
parent 9f0417da4a
commit 6405d299e7
1 changed files with 2 additions and 2 deletions

View File

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