dragg2 commited on
Commit
a9b4d1c
·
verified ·
1 Parent(s): 50f6a85

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
5
  WORKDIR /app
6
 
7
  # 克隆到 /app 内
8
- RUN git clone https://github.com/zhaoxiaozhao07/zai-api.git .
9
 
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
 
5
  WORKDIR /app
6
 
7
  # 克隆到 /app 内
8
+ RUN git clone https://github.com/ling-drag0n/zai-api.git .
9
 
10
  RUN pip install --no-cache-dir -r requirements.txt
11