build.latest.sh 197B

4 months ago
4 months ago
12345678
  1. #!/bin/bash
  2. unset KUBECONFIG
  3. cd .. && docker build -f docker/Dockerfile.latest \
  4. -t ssjl/chatgpt-on-wechat .
  5. docker tag ssjl/chatgpt-on-wechat ssjl/chatgpt-on-wechat:$(date +%y%m%d)