Merge remote-tracking branch 'origin/master'

This commit is contained in:
lin
2025-05-07 15:10:50 +08:00

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容器"
@@ -41,4 +42,4 @@ chmod +x ./build.sh
./build.sh ./build.sh
cd ../ cd ../
./push.sh ./push.sh