rr1 commited on
Commit
17598ea
·
verified ·
1 Parent(s): 24f6c2a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,6 +15,8 @@ RUN git clone https://github.com/u14app/deep-research.git .
15
  # 安装依赖
16
  RUN pnpm install
17
 
 
 
18
  # 暴露开发服务器端口
19
  EXPOSE 3000
20
 
 
15
  # 安装依赖
16
  RUN pnpm install
17
 
18
+ RUN chmod -R 777 /app
19
+
20
  # 暴露开发服务器端口
21
  EXPOSE 3000
22