From 18f84a3cfa5627448e4d4d31b064b68bae63afda Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:45:50 +0200 Subject: [PATCH] fix Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- tools/asciinema/generate-screencasts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/asciinema/generate-screencasts.sh b/tools/asciinema/generate-screencasts.sh index 5c4c74b136..51e37f9ab3 100755 --- a/tools/asciinema/generate-screencasts.sh +++ b/tools/asciinema/generate-screencasts.sh @@ -36,9 +36,9 @@ if [[ -z "${contrastPath:-}" ]]; then fi scriptdir=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")") -docker build -t screenrecodings docker +docker build -t screenrecodings "${scriptdir}/docker" -docker run -it \ +docker run -t \ -v "${HOME}/.kube/config:/root/.kube/config" \ -v "${scriptdir}/recordings:/recordings" \ -v "${scriptdir}/scripts:/scripts" \