From 6405d299e761cb37d6460c49e716eb4aebe1ebe7 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 1 Aug 2022 18:47:48 -0500 Subject: [PATCH] fixup-container-build --- ci/build-container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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