Merge pull request #1834 from youngerLFC/patch-1

fix the bug:"cp: target './nginx/dist' is not a directory"
This commit is contained in:
648540858
2025-04-30 09:12:56 +08:00
committed by GitHub

View File

@@ -9,6 +9,7 @@ cd wvp-GB28181-pro/web_src && \
npm run build npm run build
cd ../../ cd ../../
mkdir -p ./nginx/dist
cp -r wvp-GB28181-pro/src/main/resources/static/* ./nginx/dist cp -r wvp-GB28181-pro/src/main/resources/static/* ./nginx/dist
echo "构建ZLM容器" echo "构建ZLM容器"