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

3
docker/build.alpine.sh Normal file
View File

@@ -0,0 +1,3 @@
docker build -f Dockerfile.alpine \
--build-arg CHATGPT_ON_WECHAT_VER=1.0.0\
-t zhayujie/chatgpt-on-wechat:1.0.0-alpine .