Niansuh commited on
Commit
31b2f87
·
verified ·
1 Parent(s): cfaac15

Update Dockerfile

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