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

Update Dockerfile

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