hstz commited on
Commit
b23902f
·
verified ·
1 Parent(s): a65b8db

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -13
Dockerfile CHANGED
@@ -1,14 +1 @@
1
  FROM wisdgod/cursor-api:v0.1.3-rc.3.3
2
-
3
- # 确保文件权限正确
4
- RUN chmod 777 /app && \
5
- chmod 777 /app/.token && \
6
- chmod 777 /app/.token-list && \
7
- chmod 755 /app/cursor-api
8
-
9
- # 设置工作目录
10
- WORKDIR /app
11
-
12
-
13
- # 启动命令
14
- CMD ["./cursor-api"]
 
1
  FROM wisdgod/cursor-api:v0.1.3-rc.3.3