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.
|
- #!/bin/bash
-
- # move chatgpt-on-wechat
- tar -zcf chatgpt-on-wechat.tar.gz --exclude=../../chatgpt-on-wechat/docker ../../chatgpt-on-wechat
-
- # build image
- docker build -f Dockerfile.alpine \
- -t zhayujie/chatgpt-on-wechat .
|