From e453c6362057eab03b02826775a4b54212008a89 Mon Sep 17 00:00:00 2001 From: Caijinglong Date: Wed, 25 Jun 2025 17:52:46 +0800 Subject: [PATCH] =?UTF-8?q?tools:=20=E6=B7=BB=E5=8A=A0=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Caijinglong --- build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..59406ec --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +VERSION="1.0.0" +docker build -t common-nginx-fpm:$VERSION . +docker tag common-nginx-fpm:$VERSION common-nginx-fpm:latest