Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
2 |
|
3 |
# 确保文件权限正确
|
4 |
RUN chmod 777 /app && \
|
|
|
1 |
+
FROM wisdgod/cursor-api:v0.1.3-rc.3.3
|
2 |
|
3 |
# 确保文件权限正确
|
4 |
RUN chmod 777 /app && \
|