ykl45 commited on
Commit
ac1a0e2
·
verified ·
1 Parent(s): 7ae7b5c

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/renqabs/img_test.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/renqabs/chat2api.git /app
6
 
7
  WORKDIR /app
8