From 013164d43f12e14570dc0ac12c4c350a5aa0640e Mon Sep 17 00:00:00 2001 From: chishin Date: Wed, 5 Apr 2023 08:40:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=89=A7=E8=A1=8C=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/build-zh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/build-zh b/scripts/build-zh index 4727571..f046a58 100644 --- a/scripts/build-zh +++ b/scripts/build-zh @@ -1,9 +1,8 @@ #!/bin/bash -#!/bin/bash DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" -. "$DIR/frontend-build" +. "$DIR/ci/frontend-build" -cd "${DIR}/.." +cd "${DIR}/../.." docker build -t chishin/nginx-proxy-manager-zh:2.9.22 -f docker/Dockerfile-zh .