feat: Make the size parameter of the resulting picture configurable

This commit is contained in:
李超
2023-04-16 22:28:10 +08:00
parent 29fbf69945
commit fc5d3e4e9c
3 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
#!/bin/bash
unset KUBECONFIG
cd .. && docker build -f docker/Dockerfile.latest \
-t zhayujie/chatgpt-on-wechat .
-t zhayujie/chatgpt-on-wechat .
docker tag zhayujie/chatgpt-on-wechat zhayujie/chatgpt-on-wechat:$(date +%y%m%d)