kfe commited on
Commit
7924682
·
verified ·
1 Parent(s): 85ed352

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,4 +2,4 @@ FROM pengzhile/fuclaude:latest
2
 
3
  USER root
4
 
5
- RUN ls -al /opt/app && chmod -R 755 /opt/app
 
2
 
3
  USER root
4
 
5
+ RUN chown -R 1000:1000 /opt/app && ls -al /opt/app