From fadfb436d5c54be5f7702a9741ee758613ef75ca Mon Sep 17 00:00:00 2001 From: chiDT Date: Mon, 8 Sep 2025 19:57:25 +0900 Subject: [PATCH] .. --- build.bat | 1 + build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 build.bat diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..f5a2e11 --- /dev/null +++ b/build.bat @@ -0,0 +1 @@ +docker build -t xwindow-korean-dotnet:latest . diff --git a/build.sh b/build.sh index 92a19d1..3b81b62 100644 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ set -e -IMAGE_NAME="lancard/xwindow-korean" +IMAGE_NAME="xwindow-korean-dotnet" VERSION="latest" echo "🐳 Building Docker image: $IMAGE_NAME:$VERSION"