This commit is contained in:
jiumikeji 2025-04-22 20:07:43 +08:00
parent 038c937086
commit e6c02df8ff

View File

@ -1,6 +1,6 @@
FROM ubuntu:20.04 as build
ARG gitUrl="https://gitee.com/pan648540858"
ARG gitUrl="https://git.a.hebei9.cn/gitjiumi"
ARG zlmGitUrl="https://gitee.com/xia-chu/ZLMediaKit"
RUN export DEBIAN_FRONTEND=noninteractive &&\
@ -14,7 +14,7 @@ RUN cd /home && \
cp maven/settings.xml /usr/share/maven/conf/
RUN cd /home && \
git clone "${gitUrl}/wvp-GB28181-pro.git"
git clone "${gitUrl}/gb28181.git"
RUN cd /home/wvp-GB28181-pro/web_src && \
npm install && \
npm run build
@ -24,7 +24,7 @@ RUN cd /home/wvp-GB28181-pro && \
cp /home/wvp-GB28181-pro/src/main/resources/application-docker.yml /opt/wvp/config/application.yml
RUN cd /home && \
git clone "${gitUrl}/wvp-pro-assist.git"
git clone "${gitUrl}/gb28181-assist.git"
RUN cd /home/wvp-pro-assist && \
git reset --hard 58f1a79136a55a7cd1593c95b56ddadcc2225b61 && \
mvn clean package -Dmaven.test.skip=true && \