gptbot/wechatbot/Makefile
2023-03-22 15:25:55 +08:00

4 lines
95 B
Makefile

build:
docker build -t yy194131/chatgpt:$(version) .
docker push yy194131/chatgpt:$(version)