You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 line
233B

  1. #!/bin/bash
  2. # move chatgpt-on-wechat
  3. tar -zcf chatgpt-on-wechat.tar.gz --exclude=../../chatgpt-on-wechat/docker ../../chatgpt-on-wechat
  4. # build image
  5. docker build -f Dockerfile.latest \
  6. -t zhayujie/chatgpt-on-wechat .