AbuAlone09 commited on
Commit
c102e46
·
verified ·
1 Parent(s): f6ab4de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -70,3 +70,6 @@ cd /home/user/app/frontend && node .next/standalone/server.js\n' > start.sh && c
70
 
71
  EXPOSE 7860
72
  CMD ["./start.sh"]
 
 
 
 
70
 
71
  EXPOSE 7860
72
  CMD ["./start.sh"]
73
+
74
+ # Thêm dòng này vào Dockerfile trước dòng CMD
75
+ RUN chown -R user:user /home/user/app