ed7a249 bdc1ac5 ed7a249 f7bb71c c4d3773
1
2
3
4
5
6
7
8
9
# 使用指定的基础镜像 FROM dairoot/chatgpt-gateway:latest # 暴露容器端口 EXPOSE 3000:8787 # 使用 sh 代替 bash