docker: add Dockerfile

This commit is contained in:
lanvent
2023-03-30 02:11:53 +08:00
parent a26c10fee8
commit 950a9f2ee0
2 changed files with 4 additions and 1 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM ghcr.io/zhayujie/chatgpt-on-wechat:latest
ENTRYPOINT ["/entrypoint.sh"]