hhz520 commited on
Commit
280bd81
1 Parent(s): 4b4ffc0

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ FROM ghcr.io/zhayujie/chatgpt-on-wechat:latest
2
+
3
+ ENTRYPOINT ["/entrypoint.sh"]