wechatbot/Makefile
2023-04-15 15:09:10 +08:00

4 lines
95 B
Makefile

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