mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 05:18:12 -05:00
增加中文翻译编译脚本
This commit is contained in:
parent
126c63d076
commit
25751f8b77
9
scripts/bulid-zh
Normal file
9
scripts/bulid-zh
Normal 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 .
|
||||
|
Loading…
Reference in New Issue
Block a user