chatgptssl / Dockerfile
cnmksjs's picture
Update Dockerfile
bdc1ac5 verified
raw
history blame contribute delete
131 Bytes
# 使用指定的基础镜像
FROM dairoot/chatgpt-gateway:latest
# 暴露容器端口
EXPOSE 3000:8787
# 使用 sh 代替 bash