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