Update Dockerfile
Browse files- 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/
|
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 |
|