mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-12 02:05:06 +08:00
8 lines
233 B
Bash
8 lines
233 B
Bash
#!/bin/bash
|
|
|
|
# move chatgpt-on-wechat
|
|
tar -zcf chatgpt-on-wechat.tar.gz --exclude=../../chatgpt-on-wechat/docker ../../chatgpt-on-wechat
|
|
|
|
# build image
|
|
docker build -f Dockerfile.latest \
|
|
-t zhayujie/chatgpt-on-wechat . |