ykl45 commited on
Commit
22fdc4f
1 Parent(s): 757378a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ ENV CGO_ENABLED=0
4
 
5
  RUN apt-get update && apt-get install -y git
6
 
7
- RUN git clone https://github.com/yyhh9/aurora.git /app
8
 
9
  WORKDIR /app
10
 
 
4
 
5
  RUN apt-get update && apt-get install -y git
6
 
7
+ RUN git clone https://github.com/xiaozhou26/aurora.git /app
8
 
9
  WORKDIR /app
10