Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

build.latest.sh 233B

12345678
  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 .