ykl45 commited on
Commit
2ca496e
·
verified ·
1 Parent(s): b4a6213

Update Dockerfile

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