From 403625d3ec1fb0452f88d00aea16fd4fd2abbbb9 Mon Sep 17 00:00:00 2001 From: Tsuzu <8574909+tsuzu@users.noreply.github.com> Date: Sat, 17 Aug 2024 21:56:12 +0900 Subject: [PATCH] Fix watch-serve.sh for docker --- watch-serve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-serve.sh b/watch-serve.sh index 1f41c25d..834edfc8 100755 --- a/watch-serve.sh +++ b/watch-serve.sh @@ -36,7 +36,7 @@ elif $(_exists docker); then CRT="$(which docker)" echo "Using '$CRT' as container runtime" - $CRT build --tag "$CONTAINER_NAME"