diff --git a/ci/build-container.sh b/ci/build-container.sh index 262884c..eab5d8a 100644 --- a/ci/build-container.sh +++ b/ci/build-container.sh @@ -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