mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-04-18 18:13:03 +08:00
feat: support docker/container running
This commit is contained in:
8
docker/docker-compose.yaml
Normal file
8
docker/docker-compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user