# 使用指定的基础镜像 FROM dairoot/chatgpt-gateway:latest # 暴露容器端口 EXPOSE 3000:8787 # 使用 sh 代替 bash