mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-01-19 01:21:01 +08:00
8 lines
209 B
Bash
8 lines
209 B
Bash
#!/bin/bash
|
|
|
|
unset KUBECONFIG
|
|
|
|
cd .. && docker build -f docker/Dockerfile.latest \
|
|
-t zhayujie/chatgpt-on-wechat .
|
|
|
|
docker tag zhayujie/chatgpt-on-wechat zhayujie/chatgpt-on-wechat:$(date +%y%m%d) |