1.适配新的gitee地址

2.增加docker-compose相关配置
This commit is contained in:
xiaoxie
2021-12-01 20:28:13 +08:00
parent 5070a1fe8d
commit f89672757a
5 changed files with 231 additions and 3 deletions

View File

@@ -28,10 +28,10 @@ RUN apt-get update && \
cmake curl vim ca-certificates tzdata libmysqlclient-dev redis-server libssl-dev libx264-dev libfaac-dev ffmpeg
WORKDIR /home
RUN git clone https://gitee.com/18010473990/maven.git && \
RUN git clone https://gitee.com/pan648540858/maven.git && \
cp maven/settings.xml /usr/share/maven/conf/ && \
git clone https://gitee.com/18010473990/wvp-GB28181.git && \
git clone https://gitee.com/18010473990/wvp-pro-assist.git
git clone https://gitee.com/pan648540858/wvp-GB28181.git && \
git clone https://gitee.com/pan648540858/wvp-pro-assist.git
# 编译前端界面
WORKDIR /home/wvp-GB28181/web_src