cnmksjs commited on
Commit
bdc1ac5
·
verified ·
1 Parent(s): c4d3773

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM dairoot/chatgpt-gateway:latest
3
 
4
  # 暴露容器端口
5
- EXPOSE 8787
6
 
7
  # 使用 sh 代替 bash
8
 
 
2
  FROM dairoot/chatgpt-gateway:latest
3
 
4
  # 暴露容器端口
5
+ EXPOSE 3000:8787
6
 
7
  # 使用 sh 代替 bash
8