Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -4,6 +4,7 @@ EXPOSE 3000
|
|
| 4 |
ENV TZ=Asia/Shanghai
|
| 5 |
|
| 6 |
WORKDIR /app
|
|
|
|
| 7 |
RUN git clone https://github.com/zhx47/cursor-api.git .
|
| 8 |
|
| 9 |
RUN yarn config set registry https://registry.npmmirror.com/
|
|
|
|
| 4 |
ENV TZ=Asia/Shanghai
|
| 5 |
|
| 6 |
WORKDIR /app
|
| 7 |
+
RUN apk add git
|
| 8 |
RUN git clone https://github.com/zhx47/cursor-api.git .
|
| 9 |
|
| 10 |
RUN yarn config set registry https://registry.npmmirror.com/
|