yxmnjxzx commited on
Commit
ee20b0d
·
verified ·
1 Parent(s): c133b49

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.11-slim
2
 
3
  RUN apt-get update && apt-get install -y git
4
 
5
- RUN git clone https://github.com/Yanyutin753/chat2api.git /app
6
 
7
  WORKDIR /app
8
 
 
2
 
3
  RUN apt-get update && apt-get install -y git
4
 
5
+ RUN git clone https://github.com/lanqian528/chat2api.git /app
6
 
7
  WORKDIR /app
8