Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
|
|
| 5 |
WORKDIR /app
|
| 6 |
|
| 7 |
# 克隆到 /app 内
|
| 8 |
-
RUN git clone https://github.com/
|
| 9 |
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 11 |
|
|
|
|
| 5 |
WORKDIR /app
|
| 6 |
|
| 7 |
# 克隆到 /app 内
|
| 8 |
+
RUN git clone https://github.com/ling-drag0n/zai-api.git .
|
| 9 |
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 11 |
|