From aee7f639304a65f01c20fd1f163f6ee8d80b0d1e Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Fri, 15 Nov 2024 18:52:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/copy.sh b/docker/copy.sh index 56c99bb..5e44bde 100644 --- a/docker/copy.sh +++ b/docker/copy.sh @@ -14,7 +14,7 @@ cp ../sql/wfc-config.sql ./mysql/db # copy html echo "begin copy html " -cp -r ../../be.wfc/dist/** ./nginx/html/dist +cp -r ../../fe.wfc/dist/** ./nginx/html/dist # copy jar