rr1 commited on
Commit
230b004
·
verified ·
1 Parent(s): a4bfc50

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ 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
  RUN yarn config set registry https://registry.npmmirror.com/
10
  RUN yarn
11
 
 
5
 
6
  WORKDIR /app
7
  RUN apk add git
8
+ RUN git clone https://github.com/renqabs/crusro-api.git .
9
  RUN yarn config set registry https://registry.npmmirror.com/
10
  RUN yarn
11