增加中文翻译编译脚本

This commit is contained in:
chishin 2022-05-16 16:23:38 +08:00
parent 126c63d076
commit 25751f8b77

9
scripts/bulid-zh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
. "$DIR/frontend-build"
cd "${DIR}/.."
docker build -t chishin/nginx-proxy-manager-zh:2.9.18 -f docker/Dockerfile-zh .