mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-17 19:17:49 +08:00
Merge pull request #1834 from youngerLFC/patch-1
fix the bug:"cp: target './nginx/dist' is not a directory"
This commit is contained in:
commit
e459711680
@ -9,6 +9,7 @@ cd wvp-GB28181-pro/web_src && \
|
||||
npm run build
|
||||
|
||||
cd ../../
|
||||
mkdir -p ./nginx/dist
|
||||
cp -r wvp-GB28181-pro/src/main/resources/static/* ./nginx/dist
|
||||
|
||||
echo "构建ZLM容器"
|
||||
@ -41,4 +42,4 @@ chmod +x ./build.sh
|
||||
./build.sh
|
||||
cd ../
|
||||
|
||||
./push.sh
|
||||
./push.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user