feat: support docker/container running

This commit is contained in:
limccn
2023-02-14 14:14:36 +08:00
parent fa127c869e
commit 296f3d0d47
9 changed files with 148 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
version: '2.0'
services:
chatgpt-on-wechat:
build:
context: ./
dockerfile: Dockerfile.alpine
image: zhayujie/chatgpt-on-wechat:1.0.0-alpine
container_name: sample-chatgpt-on-wechat