No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

8 líneas
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.alpine \
  6. -t zhayujie/chatgpt-on-wechat .