chatgptssl / dockerfile
cnmksjs's picture
Create dockerfile
ed7a249 verified
raw
history blame
209 Bytes
# 使用指定的基础镜像
FROM dairoot/chatgpt-gateway:latest
# 暴露容器端口
EXPOSE 8787
# 启动命令(可以根据实际需求进行修改)
CMD ["bash", "-c", "while :; do sleep 1000; done"]