From 090747fa4df587fa12d4effd32c30631cf7337be Mon Sep 17 00:00:00 2001 From: Baoshuo Ren Date: Mon, 14 Mar 2022 13:55:09 +0000 Subject: [PATCH] chore: replace git repo url --- install/bundle/Dockerfile | 2 +- install/judger/Dockerfile | 2 +- install/web/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/bundle/Dockerfile b/install/bundle/Dockerfile index bc26ca9..a661a07 100644 --- a/install/bundle/Dockerfile +++ b/install/bundle/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /opt #Update apt and install git RUN apt-get update && apt-get install -y git #Clone the latest UOJ Community verison to local -RUN git clone https://github.com/UniversalOJ/UOJ-System.git --depth 1 --single-branch ${CLONE_ADDFLAG} uoj +RUN git clone https://github.com/renbaoshuo/UOJ-System.git --depth 1 --single-branch ${CLONE_ADDFLAG} uoj #Install environment and set startup script RUN cd uoj/install/bundle && sh install.sh -p && echo "\ #!/bin/sh\n\ diff --git a/install/judger/Dockerfile b/install/judger/Dockerfile index 98f3c4c..aa7c123 100644 --- a/install/judger/Dockerfile +++ b/install/judger/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /opt #Update apt and install git RUN apt-get update && apt-get install -y git #Clone the latest UOJ Community verison to local -RUN git clone https://github.com/UniversalOJ/UOJ-System.git --depth 1 --single-branch ${CLONE_ADDFLAG} uoj +RUN git clone https://github.com/renbaoshuo/UOJ-System.git --depth 1 --single-branch ${CLONE_ADDFLAG} uoj #Install environment and set startup script RUN cd uoj/install/judger && sh install.sh -p && echo "\ #!/bin/sh\n\ diff --git a/install/web/Dockerfile b/install/web/Dockerfile index d04dc17..8ad66d9 100644 --- a/install/web/Dockerfile +++ b/install/web/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /opt #Update apt and install git RUN apt-get update && apt-get install -y git #Clone the latest UOJ Community verison to local -RUN git clone https://github.com/UniversalOJ/UOJ-System.git --depth 1 --single-branch ${CLONE_ADDFLAG} uoj +RUN git clone https://github.com/renbaoshuo/UOJ-System.git --depth 1 --single-branch ${CLONE_ADDFLAG} uoj #Install environment and set startup script RUN cd uoj/install/web && sh install.sh -p && echo "\ #!/bin/sh\n\