mixda commited on
Commit
b102490
·
1 Parent(s): 27d4221

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN apt install -y redis
22
  RUN npm install
23
 
24
  # 暴露端口
25
- EXPOSE 1564
26
 
27
  # 启动!
28
  CMD ["node", "app.js"]
 
22
  RUN npm install
23
 
24
  # 暴露端口
25
+ EXPOSE 3000
26
 
27
  # 启动!
28
  CMD ["node", "app.js"]