hstz commited on
Commit
fa2a0d6
·
verified ·
1 Parent(s): 9683fba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM wisdgod/cursor-api:v0.1.3-rc.3.3
2
- RUN chmod 777 /app && \
 
 
3
  chmod 777 /app/.token && \
4
  chmod 777 /app/.token-list && \
5
  chmod 755 /app/cursor-api
 
1
  FROM wisdgod/cursor-api:v0.1.3-rc.3.3
2
+ RUN touch /app/.token && \
3
+ touch /app/.token-list && \
4
+ chmod 777 /app && \
5
  chmod 777 /app/.token && \
6
  chmod 777 /app/.token-list && \
7
  chmod 755 /app/cursor-api