guge123 commited on
Commit
b145249
1 Parent(s): b0aefd9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN git clone --depth=1 https://github.com/GuGuNiu/Miao-Plugin-MBT.git ./data
17
  RUN npm install --production
18
 
19
  # 暴露端口
20
- EXPOSE 3000
21
 
22
  # 运行应用程序
23
  CMD ["node", "app.js"]
 
17
  RUN npm install --production
18
 
19
  # 暴露端口
20
+ EXPOSE 7860
21
 
22
  # 运行应用程序
23
  CMD ["node", "app.js"]