Update Dockerfile
Browse files- 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 |
|