common-nginx-fpm/build.sh
Caijinglong e453c63620
tools: 添加构建脚本
Signed-off-by: Caijinglong <cjl_spy@163.com>
2025-06-25 17:52:46 +08:00

4 lines
121 B
Bash
Executable File

VERSION="1.0.0"
docker build -t common-nginx-fpm:$VERSION .
docker tag common-nginx-fpm:$VERSION common-nginx-fpm:latest