luoyutianyang commited on
Commit
3725eb7
·
verified ·
1 Parent(s): 7892661

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,7 +45,7 @@ COPY . .
45
 
46
  # 安装依赖
47
  RUN npm install
48
- npm install serve-static
49
 
50
  # 暴露端口
51
  EXPOSE 7860
 
45
 
46
  # 安装依赖
47
  RUN npm install
48
+ RUN npm install serve-static
49
 
50
  # 暴露端口
51
  EXPOSE 7860