ltxlong commited on
Commit
e67b47f
·
verified ·
1 Parent(s): f090fd0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -6,7 +6,8 @@ ENV TZ=Asia/Shanghai x-cursor-checksum=zo3AYKRfKGlz3w67jUdcA3GcmNIDpZxDxPCq7eF1M
6
  WORKDIR /app
7
  RUN apk add git
8
  RUN git clone https://github.com/zhx47/cursor-api.git .
9
- ADD utils.js src/
 
10
  RUN yarn config set registry https://registry.npmmirror.com/
11
  RUN yarn
12
 
 
6
  WORKDIR /app
7
  RUN apk add git
8
  RUN git clone https://github.com/zhx47/cursor-api.git .
9
+ # 这里外面的utils.js是调试打印日志的作用,并且版本不是最新的
10
+ #ADD utils.js src/
11
  RUN yarn config set registry https://registry.npmmirror.com/
12
  RUN yarn
13