mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-12 18:29:21 +08:00
4 lines
109 B
Bash
4 lines
109 B
Bash
#!/bin/bash
|
|
|
|
cd .. && docker build -f docker/Dockerfile.latest \
|
|
-t zhayujie/chatgpt-on-wechat . |