baihexc commited on
Commit
393534e
·
verified ·
1 Parent(s): f30a6c5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ WORKDIR /app
9
 
10
  ENV PORT=7860
11
 
12
- USER 1000:1000
13
 
14
  RUN chmod +x /app/cursor-api
15
 
 
9
 
10
  ENV PORT=7860
11
 
12
+ USER root
13
 
14
  RUN chmod +x /app/cursor-api
15