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