xwwww commited on
Commit
fcff444
1 Parent(s): c502866

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -19,7 +19,9 @@ RUN apt update
19
 
20
 
21
  # 安装依赖
22
- RUN yarn
 
 
23
 
24
  # 暴露端口
25
  EXPOSE 7860
 
19
 
20
 
21
  # 安装依赖
22
+ RUN npm install yarn
23
+ RUN npm install -g yarn
24
+ RUN yarn install
25
 
26
  # 暴露端口
27
  EXPOSE 7860